Upgrade to ExtJS 4.0.7 - Released 10/19/2011
[extjs.git] / src / core / test / unit / spec / dom / Element.traversal.js
index b11fc9d..79b0df1 100644 (file)
@@ -12,8 +12,8 @@ This file may be used under the terms of the GNU General Public License version
 If you are unsure which license is appropriate for your use, please contact the sales department at http://www.sencha.com/contact.
 
 */
 If you are unsure which license is appropriate for your use, please contact the sales department at http://www.sencha.com/contact.
 
 */
-describe("Ext.core.Element.traversal", function() {
-    var proto = Ext.core.Element,
+describe("Ext.Element.traversal", function() {
+    var proto = Ext.Element,
         el, testEl,
         input, testInputEl,
         child1, child2, child3, child4, child5;
         el, testEl,
         input, testInputEl,
         child1, child2, child3, child4, child5;
@@ -45,8 +45,8 @@ describe("Ext.core.Element.traversal", function() {
             type: 'text'
         });
         
             type: 'text'
         });
         
-        el    = new Ext.core.Element(Ext.getDom(testEl));
-        input = new Ext.core.Element(Ext.getDom(testInputEl));
+        el    = new Ext.Element(Ext.getDom(testEl));
+        input = new Ext.Element(Ext.getDom(testInputEl));
         
         child1 = Ext.get('child1');
         child2 = Ext.get('child2');
         
         child1 = Ext.get('child1');
         child2 = Ext.get('child2');