widgets/SecurePass.js
[Pman.Core] / widgets / SecurePass.js
index 15ec3ff..53b71e7 100644 (file)
@@ -71,7 +71,7 @@ Ext.extend(Ext.form.SecurePass, Ext.form.TextField, {
 
     // private
     initEvents : function(){
-        print_r('in??');
+        Roo.log('in??');
         Ext.form.SecurePass.superclass.initEvents.call(this);
                this.el.on('keyup', this.checkStrength, this, {buffer:50});
        },