widgets/SecurePass.js
[Pman.Core] / widgets / SecurePass.js
index f9cd22c..9456975 100644 (file)
@@ -78,7 +78,7 @@ Ext.extend(Ext.form.SecurePass, Ext.form.TextField, {
                         event.preventDefault();
                         //this.setValue('');
                     };
-                });
+                },this);
             }
             Ext.form.SecurePass.superclass.initEvents.call(this);
             this.el.on('keyup', this.checkStrength, this, {buffer:50});