Fix several issues.

This commit is contained in:
Paulo Veiga
2011-09-09 21:53:41 -03:00
parent 2a4d96151b
commit d84384364c
15 changed files with 124 additions and 155 deletions

View File

@@ -91,7 +91,7 @@ mindplot.ActionDispatcher = new Class({
throw "method must be implemented.";
},
changeShapeToTopic : function(topicsIds, shapeType) {
changeShapeTypeToTopic : function(topicsIds, shapeType) {
throw "method must be implemented.";
},