ModalDialogNotifier reimplemented

This commit is contained in:
Ezequiel Bergamaschi
2014-03-15 02:48:28 -03:00
parent 67ceede236
commit 1da6082906
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);
},