replace old Events class

This commit is contained in:
Ezequiel Bergamaschi
2014-03-16 22:00:04 -03:00
parent bd70f3b609
commit 48c7fe2a96
5 changed files with 5 additions and 5 deletions

View File

@@ -18,7 +18,7 @@
//noinspection JSUnusedLocalSymbols
mindplot.ActionDispatcher = new Class({
Implements:[Events],
Implements:[mindplot.Events],
initialize: function(commandContext) {
$assert(commandContext, "commandContext can not be null");
},