mirror of
https://github.com/konvajs/konva.git
synced 2025-10-15 12:34:52 +08:00
removed before event emitter for attr changes to improve performance. I don't think it's really needed
This commit is contained in:
@@ -66,7 +66,7 @@
|
||||
for (var i = 0; i < circles.length; i++) {
|
||||
var x = Math.random() * width;
|
||||
var y = Math.random() * height;
|
||||
circles[i].setPosition(x, y);
|
||||
circles[i].setPosition({x: x, y: y});
|
||||
}
|
||||
lastTime = time;
|
||||
|
||||
|
Reference in New Issue
Block a user