mirror of
https://github.com/konvajs/konva.git
synced 2025-12-05 03:24:23 +08:00
re-integrated simple serialization and deserialization with new attrs structure
This commit is contained in:
@@ -9,9 +9,6 @@
|
||||
Kinetic.Container = function() {
|
||||
this.children = [];
|
||||
this.childrenNames = {};
|
||||
|
||||
// used for serialization
|
||||
Kinetic.GlobalObject.jsonProps.call(this, []);
|
||||
};
|
||||
/*
|
||||
* Container methods
|
||||
|
||||
Reference in New Issue
Block a user