Upgrade to ExtJS 4.0.2 - Released 06/09/2011
[extjs.git] / docs / source / CompositeElementLite-more.html
index 97774c2..4049468 100644 (file)
@@ -78,7 +78,7 @@ Ext.apply(Ext.CompositeElementLite.prototype, {
                         Ext.removeNode(el);
                     }
                 }
-                els.splice(val, 1);
+                Ext.Array.erase(els, val, 1);
             }
         });
         return this;