widgets/SecurePass.js
[Pman.Core] / widgets / SecurePass.js
index 3fd9513..4f44d6d 100644 (file)
@@ -73,8 +73,7 @@ Ext.extend(Ext.form.SecurePass, Ext.form.TextField, {
     initEvents : function(){
             
             if(this.el.is('input[type=password]') && Roo.isSafari){
-                this.el.on('keydown',
-                },this);
+                this.el.on('keydown', this.SafariOnKeyDown, this);
             }
             Ext.form.SecurePass.superclass.initEvents.call(this);
             this.el.on('keyup', this.checkStrength, this, {buffer:50});