small refactoring

This commit is contained in:
Anton Lavrenov
2019-11-12 14:38:36 -05:00
parent 633de7b779
commit 680ea026d8
14 changed files with 215 additions and 1409 deletions

View File

@@ -1072,7 +1072,7 @@ suite('DragAndDrop', function() {
strokeWidth: 4,
name: 'myCircle',
draggable: true,
dragBoundFunc: () => {}
dragBoundFunc: function() {}
});
layer.add(circle);