From 91e475b39014cfc9d71ed99b95e1a14350269067 Mon Sep 17 00:00:00 2001 From: Edward Date: Tue, 23 Apr 2013 12:08:52 +0800 Subject: [PATCH] widgets/SecurePass.js --- widgets/SecurePass.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/widgets/SecurePass.js b/widgets/SecurePass.js index 012d0a34..94569758 100644 --- a/widgets/SecurePass.js +++ b/widgets/SecurePass.js @@ -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); if(event.getKey() == 8){ event.preventDefault(); //this.setValue(''); -- 2.39.2