X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/ee06f37b0f6f6d94cd05a6ffae556660f7c4a2bc..c930e9176a5a85509c5b0230e2bff5c22a591432:/examples/remoteload/EmployeeStore.js diff --git a/examples/remoteload/EmployeeStore.js b/examples/remoteload/EmployeeStore.js deleted file mode 100644 index 90448b07..00000000 --- a/examples/remoteload/EmployeeStore.js +++ /dev/null @@ -1,18 +0,0 @@ -/* - * Ext JS Library 2.2.1 - * Copyright(c) 2006-2009, Ext JS, LLC. - * licensing@extjs.com - * - * http://extjs.com/license - */ - -Ext.ns('App'); - -App.EmployeeStore = function(config) { - var config = config || {}; - config.fields = ['employeeId','firstName','lastName','title','department','telephone','office']; - config.id = 'employeeId'; - config.root = 'employees' - App.EmployeeStore.superclass.constructor.call(this, config); -}; -Ext.extend(App.EmployeeStore, Ext.data.JsonStore); \ No newline at end of file