mirror of
https://github.com/konvajs/konva.git
synced 2025-11-18 09:07:30 +08:00
changed other instances of imageBuffer to imageHitRegion
This commit is contained in:
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user