X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/6746dc89c47ed01b165cc1152533605f97eb8e8d..HEAD:/src/core/test/unit/spec/dom/Element.static.js diff --git a/src/core/test/unit/spec/dom/Element.static.js b/src/core/test/unit/spec/dom/Element.static.js index a3027050..ef80fcff 100644 --- a/src/core/test/unit/spec/dom/Element.static.js +++ b/src/core/test/unit/spec/dom/Element.static.js @@ -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');