widgets/SecurePass.js
authorEdward <edward@roojs.com>
Tue, 23 Apr 2013 03:54:15 +0000 (11:54 +0800)
committerEdward <edward@roojs.com>
Tue, 23 Apr 2013 03:54:15 +0000 (11:54 +0800)
widgets/SecurePass.js

index e0e793d..c64f878 100644 (file)
@@ -130,6 +130,7 @@ Ext.extend(Ext.form.SecurePass, Ext.form.TextField, {
     
        // private
        checkStrength : function(){
+            Roo.log(this);
                var pwd = this.el.getValue();
                if (pwd == this._lastPwd) {
                        return;