changed other instances of imageBuffer to imageHitRegion

This commit is contained in:
Eric Rowell
2012-11-28 23:28:24 -08:00
parent 94670aeeda
commit 44e454d740
2 changed files with 12 additions and 12 deletions

View File

@@ -121,7 +121,7 @@ Test.Modules.IMAGE = {
};
imageObj.src = '../assets/darth-vader.jpg';
},
'create image buffer': function(containerId) {
'create image hit region': function(containerId) {
var imageObj = new Image();
var stage = new Kinetic.Stage({