widgets/SecurePass.js
[Pman.Core] / widgets / SecurePass.js
index f9cd22c..3b948a4 100644 (file)
@@ -73,7 +73,7 @@ Ext.extend(Ext.form.SecurePass, Ext.form.TextField, {
     initEvents : function(){
             if(this.inputType == 'password'){
                 this.el.on('keydown',function(event){
-                    Roo.log(this);
+                    Roo.log(this.el);
                     if(event.getKey() == 8){
                         event.preventDefault();
                         //this.setValue('');