- Add support for copy and paste.
This commit is contained in:
@@ -27,7 +27,7 @@ mindplot.ActionDispatcher = new Class({
|
||||
throw "method must be implemented.";
|
||||
},
|
||||
|
||||
addTopic: function(nodeModel, parentTopicId, animated) {
|
||||
addTopics: function(models, parentTopicId) {
|
||||
throw "method must be implemented.";
|
||||
},
|
||||
|
||||
|
Reference in New Issue
Block a user