Upgrade to ExtJS 4.0.7 - Released 10/19/2011
[extjs.git] / src / core / test / unit / spec / dom / Element.static.js
index a302705..ef80fcf 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.
 
 */
-describe("Ext.core.Element.static", function() {
-    var proto = Ext.core.Element,
+describe("Ext.Element.static", function() {
+    var proto = Ext.Element,
         el, testEl,
         input, testInputEl,
         child1, child2, child3;
@@ -35,8 +35,8 @@ describe("Ext.core.Element.static", function() {
             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');