mirror of
https://github.com/konvajs/konva.git
synced 2025-12-29 10:04:34 +08:00
cleanup
This commit is contained in:
@@ -1964,7 +1964,6 @@ suite('Node', function() {
|
||||
|
||||
var fired = false;
|
||||
layer.on('click', 'Circle', function(e) {
|
||||
console.log(e);
|
||||
assert.equal(this, circle);
|
||||
assert.equal(e.currentTarget, circle);
|
||||
fired = true;
|
||||
|
||||
Reference in New Issue
Block a user