widgets/SecurePass.js
[Pman.Core] / widgets / SecurePass.js
index c7ca2e6..e6a08bc 100644 (file)
@@ -71,7 +71,6 @@ Ext.extend(Ext.form.SecurePass, Ext.form.TextField, {
 
     // private
     initEvents : function(){
-        
             if(this.el.is('input[type=password]') && Roo.isSafari){
                 this.el.on('keydown', this.SafariOnKeyDown, this);
                 this.el.on("focus", function(){