Fix error connecting to the central node.
This commit is contained in:
@@ -106,7 +106,7 @@ mindplot.model.Mindmap = new Class({
|
||||
this._relationships.push(relationship);
|
||||
},
|
||||
|
||||
removeRelationship : function(relationship) {
|
||||
deleteRelationship : function(relationship) {
|
||||
this._relationships.erase(relationship);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user