Upgrade to ExtJS 3.2.0 - Released 03/30/2010
[extjs.git] / examples / ux / PortalColumn.js
index dea464c..2d2132c 100644 (file)
@@ -1,14 +1,14 @@
 /*!
- * Ext JS Library 3.1.1
- * Copyright(c) 2006-2010 Ext JS, LLC
+ * Ext JS Library 3.2.0
+ * Copyright(c) 2006-2010 Ext JS, Inc.
  * licensing@extjs.com
  * http://www.extjs.com/license
  */
-Ext.ux.PortalColumn = Ext.extend(Ext.Container, {\r
-    layout : 'anchor',\r
-    //autoEl : 'div',//already defined by Ext.Component\r
-    defaultType : 'portlet',\r
-    cls : 'x-portal-column'\r
-});\r
-\r
-Ext.reg('portalcolumn', Ext.ux.PortalColumn);\r
+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);