X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/ee06f37b0f6f6d94cd05a6ffae556660f7c4a2bc:/examples/window/Ext.ux.GMapPanel.js..c930e9176a5a85509c5b0230e2bff5c22a591432:/examples/ux/GMapPanel.js diff --git a/examples/window/Ext.ux.GMapPanel.js b/examples/ux/GMapPanel.js similarity index 93% rename from examples/window/Ext.ux.GMapPanel.js rename to examples/ux/GMapPanel.js index b230ff2b..f97280b2 100644 --- a/examples/window/Ext.ux.GMapPanel.js +++ b/examples/ux/GMapPanel.js @@ -1,21 +1,13 @@ -/* - * Ext JS Library 2.2.1 - * Copyright(c) 2006-2009, Ext JS, LLC. - * licensing@extjs.com - * - * http://extjs.com/license - */ - -/** - * @author Shea Frederick - */ - -Ext.namespace('Ext.ux'); - +/*! + * Ext JS Library 3.0.0 + * Copyright(c) 2006-2009 Ext JS, LLC + * licensing@extjs.com + * http://www.extjs.com/license + */ /** - * - * @class GMapPanel + * @class Ext.ux.GMapPanel * @extends Ext.Panel + * @author Shea Frederick */ Ext.ux.GMapPanel = Ext.extend(Ext.Panel, { initComponent : function(){ @@ -220,4 +212,4 @@ Ext.ux.GMapPanel = Ext.extend(Ext.Panel, { }); -Ext.reg('gmappanel',Ext.ux.GMapPanel); \ No newline at end of file +Ext.reg('gmappanel', Ext.ux.GMapPanel); \ No newline at end of file