Upgrade to ExtJS 3.0.0 - Released 07/06/2009
[extjs.git] / examples / ux / GMapPanel.js
similarity index 93%
rename from examples/window/Ext.ux.GMapPanel.js
rename to examples/ux/GMapPanel.js
index b230ff2..f97280b 100644 (file)
@@ -1,21 +1,13 @@
-/*\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
-/**\r
- * @author Shea Frederick\r
- */\r
-\r
-Ext.namespace('Ext.ux');\r
\r
+/*!
+ * Ext JS Library 3.0.0
+ * Copyright(c) 2006-2009 Ext JS, LLC
+ * licensing@extjs.com
+ * http://www.extjs.com/license
+ */
 /**\r
- *\r
- * @class GMapPanel\r
+ * @class Ext.ux.GMapPanel\r
  * @extends Ext.Panel\r
+ * @author Shea Frederick\r
  */\r
 Ext.ux.GMapPanel = Ext.extend(Ext.Panel, {\r
     initComponent : function(){\r
@@ -220,4 +212,4 @@ Ext.ux.GMapPanel = Ext.extend(Ext.Panel, {
  \r
 });\r
 \r
-Ext.reg('gmappanel',Ext.ux.GMapPanel); 
\ No newline at end of file
+Ext.reg('gmappanel', Ext.ux.GMapPanel); 
\ No newline at end of file