Keep migration to jQuery ...

This commit is contained in:
Paulo Gustavo Veiga
2014-03-04 22:48:31 -03:00
parent 18d956fa08
commit f1fa99a85e
20 changed files with 196 additions and 252 deletions

View File

@@ -17,7 +17,7 @@
*/
mindplot.DesignerKeyboard = new Class({
Extends:Keyboard,
// Extends:Keyboard,
Static:{
register:function (designer) {
this._instance = new mindplot.DesignerKeyboard(designer);
@@ -30,6 +30,7 @@ mindplot.DesignerKeyboard = new Class({
},
initialize:function (designer) {
console.error("Re-impl required ....");
$assert(designer, "designer can not be null");
this.parent({defaultEventType:'keydown'});
this._registerEvents(designer);