mirror of
https://github.com/konvajs/konva.git
synced 2025-10-15 12:34:52 +08:00
small refactoring
This commit is contained in:
@@ -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();
|
||||
|
||||
|
Reference in New Issue
Block a user