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

index 36a30c6..c3c9db1 100644 (file)
@@ -251,7 +251,7 @@ Roo.extend(Roo.form.Form, Roo.form.BasicForm, {
         this.root.render(this.el);
         
         if (this.progressUrl && !this.form.findField( 'UPLOAD_IDENTIFIER')) {
-            // push a hidden field onto the list of fileds..
+            // push a hidden field onto the list of fields..
             this.items.unshift(0, Roo.factory( {
                     xns: Roo.form, 
                     xtype : 'Hidden',