Start migration to Mootools 1.3.1
This commit is contained in:
@@ -267,7 +267,7 @@ mindplot.XMLMindmapSerializer_Pela.prototype._deserializeNode = function(domElem
|
||||
id=parseInt(id);
|
||||
}
|
||||
|
||||
if(this._idsMap.hasKey(id)){
|
||||
if(this._idsMap.has(id)){
|
||||
id=null;
|
||||
}else{
|
||||
this._idsMap.set(id,domElem);
|
||||
|
Reference in New Issue
Block a user