Fix add links.

This commit is contained in:
Paulo Veiga
2011-10-08 20:36:47 -03:00
parent 52587c0eaa
commit 5d1ab3cb6e
19 changed files with 333 additions and 306 deletions

View File

@@ -27,7 +27,7 @@ mindplot.ActionDispatcher = new Class({
throw "method must be implemented.";
},
addLinkToTopic: function(topicId, url) {
changeLinkToTopic: function(topicId, url) {
throw "method must be implemented.";
},