mirror of
https://github.com/konvajs/konva.git
synced 2026-01-24 05:45:14 +08:00
small refactoring
This commit is contained in:
@@ -384,7 +384,7 @@ suite('Sprite', function() {
|
||||
stage.add(layer);
|
||||
|
||||
var counter = 0;
|
||||
sprite.on('frameIndexChange.konva', event => {
|
||||
sprite.on('frameIndexChange.konva', function(event) {
|
||||
counter += 1;
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user