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

@@ -545,7 +545,7 @@ suite('Stage', function() {
test('Should not throw on clip for stage', function() {
// no asserts, because we check throw
var stage = addStage({
clipFunc: () => {}
clipFunc: function(){}
});
var layer = new Konva.Layer();