Upgrade to ExtJS 4.0.0 - Released 04/26/2011
[extjs.git] / examples / panel / panels.js
diff --git a/examples/panel/panels.js b/examples/panel/panels.js
deleted file mode 100644 (file)
index 8e9a461..0000000
+++ /dev/null
@@ -1,17 +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
-    var p = new Ext.Panel({\r
-        title: 'My Panel',\r
-        collapsible:true,\r
-        renderTo: 'container',\r
-        width:400,\r
-        html: Ext.example.bogusMarkup\r
-    });\r
-});
\ No newline at end of file