Roo/form/Action.js
authorAlan Knowles <alan@akbkhome.com>
Wed, 10 Nov 2010 06:47:30 +0000 (14:47 +0800)
committerAlan Knowles <alan@akbkhome.com>
Wed, 10 Nov 2010 06:47:30 +0000 (14:47 +0800)
Roo/form/Action.js

index cd40344..fa79e2c 100644 (file)
@@ -173,11 +173,12 @@ Roo.extend(Roo.form.Action.Submit, Roo.form.Action, {
                 }
                 this.uploadProgress.defer(2000,this);
             },
-            scope : this,
-           failure: function(data) {
+       
+            failure: function(data) {
                 Roo.log('progress url failed ');
                 Roo.log(data);
-           }
+            },
+            scope : this
         });
            
     },