Upgrade to ExtJS 3.0.0 - Released 07/06/2009
[extjs.git] / examples / tasks / classes.js
index 3e164ce..a9b6231 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
+ */
 Ext.BLANK_IMAGE_URL = 'images/s.gif';\r
     \r
 Task = Ext.data.Record.create([\r
@@ -97,7 +95,7 @@ CategoryStore = function(){
     });\r
 }\r
 \r
-Ext.extend(CategoryStore, Ext.data.SimpleStore, {\r
+Ext.extend(CategoryStore, Ext.data.ArrayStore, {\r
     init : function(store){\r
         var cats = store.collect('category', false, true);\r
         this.loadData(cats);\r