From: Alan Knowles Date: Thu, 25 Jul 2013 07:13:43 +0000 (+0800) Subject: widgets/SecurePass.js X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=8e79f2e513004ed3971ef7ecdf740548b7b3124a widgets/SecurePass.js --- diff --git a/widgets/SecurePass.js b/widgets/SecurePass.js index dd5e0516..7868eb2f 100644 --- a/widgets/SecurePass.js +++ b/widgets/SecurePass.js @@ -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;