Keep fixing issues.

This commit is contained in:
Paulo Veiga
2011-09-09 02:22:44 -03:00
parent 0c216778e5
commit 2a4d96151b
15 changed files with 157 additions and 98 deletions

View File

@@ -39,7 +39,7 @@ mindplot.ActionDispatcher = new Class({
throw "method must be implemented.";
},
addTopic: function(model, parentTopicId, animated) {
addTopic: function(nodeModel, parentTopicId, animated) {
throw "method must be implemented.";
},