[Commits] r1822 - sandbox/cmoullet/ux/DisplayProjectionSelectorCombo/ux/widgets/form
commits at geoext.org
commits at geoext.org
Wed Jan 27 06:50:03 CET 2010
Author: cmoullet
Date: 2010-01-27 06:50:02 +0100 (Wed, 27 Jan 2010)
New Revision: 1822
Modified:
sandbox/cmoullet/ux/DisplayProjectionSelectorCombo/ux/widgets/form/DisplayProjectionSelectorCombo.js
Log:
Add include
Modified: sandbox/cmoullet/ux/DisplayProjectionSelectorCombo/ux/widgets/form/DisplayProjectionSelectorCombo.js
===================================================================
--- sandbox/cmoullet/ux/DisplayProjectionSelectorCombo/ux/widgets/form/DisplayProjectionSelectorCombo.js 2010-01-26 17:26:16 UTC (rev 1821)
+++ sandbox/cmoullet/ux/DisplayProjectionSelectorCombo/ux/widgets/form/DisplayProjectionSelectorCombo.js 2010-01-27 05:50:02 UTC (rev 1822)
@@ -14,6 +14,10 @@
Ext.namespace("GeoExt.ux.form");
+/**
+ * @include OpenLayers/Projection.js
+ */
+
GeoExt.ux.form.DisplayProjectionSelectorCombo = Ext.extend(Ext.form.ComboBox, {
/** api: config[map]
* ``OpenLayers.Map or Object`` A configured map or a configuration object
More information about the Commits
mailing list