Upgrade to ExtJS 3.0.0 - Released 07/06/2009
[extjs.git] / build / widgets / layout / CardLayout-min.js
diff --git a/build/widgets/layout/CardLayout-min.js b/build/widgets/layout/CardLayout-min.js
deleted file mode 100644 (file)
index e26176f..0000000
+++ /dev/null
@@ -1 +0,0 @@
-Ext.layout.CardLayout=Ext.extend(Ext.layout.FitLayout,{deferredRender:false,renderHidden:true,setActiveItem:function(a){a=this.container.getComponent(a);if(this.activeItem!=a){if(this.activeItem){this.activeItem.hide()}this.activeItem=a;a.show();this.layout()}},renderAll:function(a,b){if(this.deferredRender){this.renderItem(this.activeItem,undefined,b)}else{Ext.layout.CardLayout.superclass.renderAll.call(this,a,b)}}});Ext.Container.LAYOUTS.card=Ext.layout.CardLayout;
\ No newline at end of file