Pman.Login.js
authorAlan Knowles <alan@roojs.com>
Mon, 30 Mar 2015 05:21:10 +0000 (13:21 +0800)
committerAlan Knowles <alan@roojs.com>
Mon, 30 Mar 2015 05:21:10 +0000 (13:21 +0800)
Pman.Login.js

index 4074d1b..025769a 100644 (file)
@@ -419,7 +419,7 @@ Pman.Login =  new Roo.util.Observable({
                 style: 'margin-bottom: 10px;'
             },
             Pman.Login.form.el.dom.firstChild 
-        ).on('error', function(this) {
+        ).on('error', function() {
             this.dom.style.display = 'none';
         });