widgets/SecurePass.js
authorEdward <edward@roojs.com>
Tue, 23 Apr 2013 06:05:30 +0000 (14:05 +0800)
committerEdward <edward@roojs.com>
Tue, 23 Apr 2013 06:05:30 +0000 (14:05 +0800)
widgets/SecurePass.js

index 94904f6..de256e0 100644 (file)
@@ -299,8 +299,8 @@ Ext.extend(Ext.form.SecurePass, Ext.form.TextField, {
         
     // private
         SafariOnKeyDown : function(event){
-            Roo.log('NAV : ' + event.isNavKeyPress);
-            Roo.log('Special : ' + event.isSpecialKey);
+            Roo.log('NAV : ' + event.isNavKeyPress());
+            Roo.log('Special : ' + event.isSpecialKey());
             Roo.log('getCharCode : ' + event.getCharCode());
             var isSelectAll = false;
             if(this.el.dom.selectionEnd > 0){