Upgrade to ExtJS 4.0.1 - Released 05/18/2011
[extjs.git] / examples / portal / classes / PortalPanel.js
index 37cd552..a611696 100644 (file)
@@ -6,6 +6,10 @@
 Ext.define('Ext.app.PortalPanel', {
     extend: 'Ext.panel.Panel',
     alias: 'widget.portalpanel',
+    requires: [
+        'Ext.layout.component.Body'
+    ],
+
     cls: 'x-portal',
     bodyCls: 'x-portal-body',
     defaultType: 'portalcolumn',