Upgrade to ExtJS 3.0.0 - Released 07/06/2009
[extjs.git] / examples / remoteload / App.js
diff --git a/examples/remoteload/App.js b/examples/remoteload/App.js
deleted file mode 100644 (file)
index 0664cf3..0000000
+++ /dev/null
@@ -1,20 +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.onReady(function(){\r
-       new App.EmployeeStore({\r
-               storeId: 'employeeStore',\r
-               url: 'loadStore.php'\r
-       });\r
-       Ext.ux.ComponentLoader.load({\r
-               url: 'sampleApp.php',\r
-               params: {\r
-                       testing: 'Testing params'\r
-               }\r
-       });\r
-});\r