Upgrade to ExtJS 3.0.0 - Released 07/06/2009
[extjs.git] / examples / feed-viewer / FeedViewer.js
index d41ef85..7987268 100644 (file)
@@ -1,11 +1,9 @@
-/*\r
- * Ext JS Library 2.2.1\r
- * Copyright(c) 2006-2009, Ext JS, LLC.\r
- * licensing@extjs.com\r
- * \r
- * http://extjs.com/license\r
- */\r
-\r
+/*!
+ * Ext JS Library 3.0.0
+ * Copyright(c) 2006-2009 Ext JS, LLC
+ * licensing@extjs.com
+ * http://www.extjs.com/license
+ */
 FeedViewer = {};\r
 \r
 Ext.onReady(function(){\r
@@ -58,6 +56,12 @@ Ext.onReady(function(){
         url:'http://feeds.feedburner.com/ajaxian',\r
         text: 'Ajaxian'\r
     }, true);\r
+    \r
+    Ext.get('header').on('click', function() {\r
+        viewport.focus();\r
+    });\r
+    \r
+    feeds.focus();\r
 });\r
 \r
 // This is a custom event handler passed to preview panels so link open in a new windw\r