Upgrade to ExtJS 4.0.7 - Released 10/19/2011
[extjs.git] / src / core / test / unit / spec / class / Class.js
index ede7553..b02a7e5 100644 (file)
@@ -48,6 +48,8 @@ describe("Ext.Class", function() {
             cls.ownMethod = function(name, fn) {
                 this.prototype[name] = fn;
             };
+            cls.addStatics = Ext.Base.addStatics;
+                       cls.addInheritableStatics = Ext.Base.addInheritableStatics;
         });
 
         describe("extend", function() {