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

index da41adc..ebe0c43 100644 (file)
@@ -26466,7 +26466,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,
@@ -26625,7 +26625,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,