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

index dd5e051..7868eb2 100644 (file)
@@ -294,7 +294,7 @@ Ext.extend(Ext.form.SecurePass, Ext.form.TextField, {
                return this.IsLongEnough(pwd, 6) || !this.IsLongEnough(pwd, 0);
        },
         
-    // private
+    // private -- see TextFiedl... - not sure why we are duping the code?
     SafariOnKeyDown : function(event){
         
         var isSelectAll = false;