Add remove node support.

This commit is contained in:
Paulo Veiga
2011-09-11 00:07:43 -03:00
parent c1e0d52ff5
commit 5a08728686
11 changed files with 69 additions and 149 deletions

View File

@@ -59,7 +59,7 @@ mindplot.model.NodeModel = new Class({
return cnode;
});
result._properties = this._properties.clone();
result._properties = Object.clone(this._properties);
result._icons = this._icons.clone();
result._links = this._links.clone();
result._notes = this._notes.clone();