X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/ee06f37b0f6f6d94cd05a6ffae556660f7c4a2bc..c930e9176a5a85509c5b0230e2bff5c22a591432:/examples/tasks/classes.js diff --git a/examples/tasks/classes.js b/examples/tasks/classes.js index 3e164cef..a9b62315 100644 --- a/examples/tasks/classes.js +++ b/examples/tasks/classes.js @@ -1,11 +1,9 @@ -/* - * Ext JS Library 2.2.1 - * Copyright(c) 2006-2009, Ext JS, LLC. - * licensing@extjs.com - * - * http://extjs.com/license - */ - +/*! + * 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'; Task = Ext.data.Record.create([ @@ -97,7 +95,7 @@ CategoryStore = function(){ }); } -Ext.extend(CategoryStore, Ext.data.SimpleStore, { +Ext.extend(CategoryStore, Ext.data.ArrayStore, { init : function(store){ var cats = store.collect('category', false, true); this.loadData(cats);