Remove Ext reference
[roojs1] / Roo / form / Form.js
index 764e434..f5b3703 100644 (file)
@@ -238,7 +238,7 @@ Roo.extend(Roo.form.Form, Roo.form.BasicForm, {
         if (!id) {
             return ret;
         }
-        Ext.each(this.allItems, function(f){
+        Roo.each(this.allItems, function(f){
             if (f.id == id || f.name == id ){
                 ret = f;
                 return false;