Several fixes added.
This commit is contained in:
@@ -18,9 +18,8 @@
|
||||
|
||||
mindplot.BrixActionDispatcher = new Class({
|
||||
Extends: mindplot.ActionDispatcher,
|
||||
initialize: function(designer) {
|
||||
$assert(designer, "designer can not be null");
|
||||
|
||||
initialize: function(commandContext, fireOnChange) {
|
||||
this.parent(commandContext, fireOnChange);
|
||||
}
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user