roojs-debug.js
authorAlan Knowles <alan@akbkhome.com>
Wed, 10 Nov 2010 07:04:48 +0000 (15:04 +0800)
committerAlan Knowles <alan@akbkhome.com>
Wed, 10 Nov 2010 07:04:48 +0000 (15:04 +0800)
roojs-debug.js

index 7f308fc..7217b81 100644 (file)
@@ -40839,7 +40839,7 @@ Roo.extend(Roo.form.Form, Roo.form.BasicForm, {
     monitorPoll : 200,
     
     /**
-     * @cfg {String} progressURL - Url to return progress data 
+     * @cfg {String} progressUrl - Url to return progress data 
      */
     
     progressUrl : false,
@@ -40998,7 +40998,7 @@ Roo.extend(Roo.form.Form, Roo.form.BasicForm, {
 
         this.root.render(this.el);
         
-        if (this.progressUrl && !this.form.findField( 'UPLOAD_IDENTIFIER')) {
+        if (this.progressUrl && !this.findField( 'UPLOAD_IDENTIFIER')) {
             // push a hidden field onto the list of fields..
             this.items.unshift(0, Roo.factory( {
                     xns: Roo.form,