mirror of
https://github.com/konvajs/konva.git
synced 2026-01-23 13:26:07 +08:00
mark some methods as deprecated
This commit is contained in:
@@ -1575,5 +1575,4 @@ suite('Container', function() {
|
||||
layer.add(circle1, circle2, circle3);
|
||||
assert.equal(layer.getChildren().length, 3, 'layer has exactly three children');
|
||||
});
|
||||
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user