mirror of
https://github.com/konvajs/konva.git
synced 2025-09-19 02:37:59 +08:00
garbage collecting empty arrays in _removeName method to free up space
This commit is contained in:
@@ -581,7 +581,7 @@ Test.prototype.tests = {
|
||||
parent.remove(nodes[0]);
|
||||
|
||||
test(stage.ids.myCircle === undefined, 'circle still in hash');
|
||||
test(stage.names.myRect[0] === undefined, 'rect still in hash');
|
||||
test(stage.names.myRect === undefined, 'rect still in hash');
|
||||
|
||||
},
|
||||
'STAGE - set shape and layer alpha to 0.5': function(containerId) {
|
||||
|
Reference in New Issue
Block a user