X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/6746dc89c47ed01b165cc1152533605f97eb8e8d..f562e4c6e5fac7bcb445985b99acbea4d706e6f0:/src/core/test/unit/spec/Ext.js diff --git a/src/core/test/unit/spec/Ext.js b/src/core/test/unit/spec/Ext.js index 9891360c..024c5b9e 100644 --- a/src/core/test/unit/spec/Ext.js +++ b/src/core/test/unit/spec/Ext.js @@ -927,7 +927,7 @@ describe("Ext", function() { expect(Ext.isElement(Ext.getBody().dom)).toBe(true); }); - it("should return false with Ext.core.Element", function() { + it("should return false with Ext.Element", function() { expect(Ext.isElement(Ext.getBody())).toBe(false); }); @@ -1494,7 +1494,7 @@ describe("Ext", function() { expect(Ext.isTextNode(Ext.getBody().dom)).toBe(false); }); - it("should return false with Ext.core.Element", function() { + it("should return false with Ext.Element", function() { expect(Ext.isTextNode(Ext.getBody())).toBe(false); });