Upgrade to ExtJS 4.0.0 - Released 04/26/2011
[extjs.git] / examples / ux / PortalColumn.js
diff --git a/examples/ux/PortalColumn.js b/examples/ux/PortalColumn.js
deleted file mode 100644 (file)
index deb7afc..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-/*!
- * Ext JS Library 3.3.1
- * Copyright(c) 2006-2010 Sencha Inc.
- * licensing@sencha.com
- * http://www.sencha.com/license
- */
-Ext.ux.PortalColumn = Ext.extend(Ext.Container, {
-    layout : 'anchor',
-    //autoEl : 'div',//already defined by Ext.Component
-    defaultType : 'portlet',
-    cls : 'x-portal-column'
-});
-
-Ext.reg('portalcolumn', Ext.ux.PortalColumn);