ModalDialogNotifier reimplemented

This commit is contained in:
Ezequiel Bergamaschi
2014-03-15 02:48:28 -03:00
parent 18584e8c9f
commit 3e0d84392b
2 changed files with 21 additions and 74 deletions

View File

@@ -30,7 +30,6 @@ mindplot.DesignerKeyboard = new Class({
},
initialize:function (designer) {
//console.error("Re-impl required ....");
$assert(designer, "designer can not be null");
this._registerEvents(designer);
},