Upgrade to ExtJS 3.0.0 - Released 07/06/2009
[extjs.git] / examples / feed-viewer / FeedGrid.js
index c7abf74..58dcd52 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
+ */
 FeedGrid = function(viewer, config) {\r
     this.viewer = viewer;\r
     Ext.apply(this, config);\r
@@ -159,4 +157,6 @@ Ext.extend(FeedGrid, Ext.grid.GridPanel, {
                 value, record.data.author, record.id, record.data.forumid\r
                 );\r
     }\r
-});
\ No newline at end of file
+});\r
+\r
+Ext.reg('appfeedgrid', FeedGrid);
\ No newline at end of file