Start migration to Mootools 1.3.1
This commit is contained in:
@@ -431,7 +431,7 @@ mindplot.Topic.prototype.addRelationship = function(relationship){
|
||||
};
|
||||
|
||||
mindplot.Topic.prototype.removeRelationship = function(relationship){
|
||||
this._relationships.remove(relationship);
|
||||
this._relationships.erase(relationship);
|
||||
};
|
||||
|
||||
mindplot.Topic.prototype.getRelationships = function(){
|
||||
@@ -1303,7 +1303,7 @@ mindplot.Topic.prototype._appendChild = function(child)
|
||||
mindplot.Topic.prototype._removeChild = function(child)
|
||||
{
|
||||
var children = this._getChildren();
|
||||
children.remove(child);
|
||||
children.erase(child);
|
||||
};
|
||||
|
||||
mindplot.Topic.prototype._getChildren = function()
|
||||
|
Reference in New Issue
Block a user