Upgrade to ExtJS 3.0.0 - Released 07/06/2009
[extjs.git] / examples / remoteload / EmployeeStore.js
diff --git a/examples/remoteload/EmployeeStore.js b/examples/remoteload/EmployeeStore.js
deleted file mode 100644 (file)
index 90448b0..0000000
+++ /dev/null
@@ -1,18 +0,0 @@
-/*\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.ns('App');\r
-\r
-App.EmployeeStore = function(config) {\r
-       var config = config || {};\r
-       config.fields = ['employeeId','firstName','lastName','title','department','telephone','office'];\r
-       config.id = 'employeeId';\r
-       config.root = 'employees'\r
-       App.EmployeeStore.superclass.constructor.call(this, config);\r
-};\r
-Ext.extend(App.EmployeeStore, Ext.data.JsonStore);
\ No newline at end of file