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

@@ -23,7 +23,7 @@ mindplot.ActionDispatcher = new Class({
$assert(commandContext, "commandContext can not be null");
},
connectByRelation: function(model, mindmap) {
addRelationship: function(model, mindmap) {
throw "method must be implemented.";
},