Remove mootools more dependency.

This commit is contained in:
Paulo Gustavo Veiga
2014-02-19 03:11:13 -03:00
parent bf82491de8
commit 832fe4e957
4 changed files with 1 additions and 4 deletions

View File

@@ -251,7 +251,7 @@ mindplot.persistence.XMLSerializer_Pela = new Class({
if (this._idsMap[id]) {
id = null;
} else {
this._idsMap[id] = domElem);
this._idsMap[id] = domElem;
}
var topic = mindmap.createNode(type, id);