Fix missing migrated event...
This commit is contained in:
@@ -94,8 +94,14 @@ mindplot.ActionDispatcher = new Class({
|
||||
changeFontWeightToTopic : function(topicsIds) {
|
||||
throw "method must be implemented.";
|
||||
},
|
||||
|
||||
changeTextOnTopic : function(topicsIds, text) {
|
||||
throw "method must be implemented.";
|
||||
},
|
||||
|
||||
shrinkBranch : function(topicsIds, collapse)
|
||||
{
|
||||
throw "method must be implemented.";
|
||||
}
|
||||
|
||||
});
|
||||
|
Reference in New Issue
Block a user