Relationships works with commands ...

This commit is contained in:
Paulo Gustavo Veiga
2012-07-07 01:33:34 -03:00
parent 8da65a9102
commit 82dc1fc3d4
7 changed files with 48 additions and 62 deletions

View File

@@ -311,7 +311,7 @@ mindplot.Topic = new Class({
this._adjustShapes();
},
connectByRelation : function(relationship) {
addRelationship : function(relationship) {
this._relationships.push(relationship);
},