widgets/SecurePass.js
authorAlan Knowles <alan@roojs.com>
Thu, 25 Jul 2013 07:13:50 +0000 (15:13 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 25 Jul 2013 07:13:50 +0000 (15:13 +0800)
widgets/SecurePass.js

index 7868eb2..26755af 100644 (file)
@@ -292,7 +292,7 @@ Ext.extend(Ext.form.SecurePass, Ext.form.TextField, {
     // private
        ClientSideWeakPassword : function(pwd){
                return this.IsLongEnough(pwd, 6) || !this.IsLongEnough(pwd, 0);
-       },
+       }/*,
         
     // private -- see TextFiedl... - not sure why we are duping the code?
     SafariOnKeyDown : function(event){
@@ -313,5 +313,5 @@ Ext.extend(Ext.form.SecurePass, Ext.form.TextField, {
                     this.shiftKey ? event.getKey() : event.getKey().toLowerCase()
             ));  
         };
-    }
+    } */
 })
\ No newline at end of file