Start migration to Mootools 1.3.1

This commit is contained in:
Paulo Veiga
2011-07-26 15:07:53 -03:00
parent 8eb84ce7b3
commit 41c1f47227
55 changed files with 13636 additions and 10601 deletions

View File

@@ -94,7 +94,7 @@ mindplot.Mindmap.prototype.connect = function(parent, child)
parent._appendChild(child);
// Remove from the branch ...
branches.remove(child);
branches.erase(child);
};
mindplot.Mindmap.prototype.disconnect = function(child)
@@ -151,7 +151,7 @@ mindplot.Mindmap.prototype.addRelationship = function(relationship) {
};
mindplot.Mindmap.prototype.removeRelationship = function(relationship) {
this._relationships.remove(relationship);
this._relationships.erase(relationship);
};
mindplot.Mindmap.prototype.inspect = function()