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

@@ -2071,7 +2071,7 @@ suite('MouseEvents', function() {
layer.draw();
var mousemove = 0;
rect.on('mousemove', () => {
rect.on('mousemove', function() {
mousemove += 1;
});