mirror of
https://github.com/konvajs/konva.git
synced 2025-10-15 12:34:52 +08:00
small refactoring
This commit is contained in:
@@ -1072,7 +1072,7 @@ suite('DragAndDrop', function() {
|
||||
strokeWidth: 4,
|
||||
name: 'myCircle',
|
||||
draggable: true,
|
||||
dragBoundFunc: () => {}
|
||||
dragBoundFunc: function() {}
|
||||
});
|
||||
|
||||
layer.add(circle);
|
||||
|
Reference in New Issue
Block a user