Upgrade to ExtJS 4.0.1 - Released 05/18/2011
[extjs.git] / examples / app / nested-loading / app / view / Header.js
index 64f69a7..9bc2d74 100644 (file)
@@ -3,15 +3,14 @@
  * @extends Ext.Component
  */
 Ext.define('Books.view.Header', {
-    alias: 'widget.header',
     extend: 'Ext.Component',
     
+    dock: 'top',
+    baseCls: 'app-header',
+    
     initComponent: function() {
         Ext.applyIf(this, {
-            dock: 'top',
-            html: 'Loading Nested Data Example',
-            cls: 'app-header',
-            border: false
+            html: 'Loading Nested Data Example'
         });
                 
         this.callParent(arguments);