[Commits] r355 - in core/trunk/geoext/lib/GeoExt: data widgets
commits at geoext.org
commits at geoext.org
Tue Apr 7 11:04:16 CEST 2009
Author: elemoine
Date: 2009-04-07 11:04:15 +0200 (Tue, 07 Apr 2009)
New Revision: 355
Modified:
core/trunk/geoext/lib/GeoExt/data/LayerReader.js
core/trunk/geoext/lib/GeoExt/data/LayerStore.js
core/trunk/geoext/lib/GeoExt/widgets/MapPanel.js
Log:
add missing @include's, no functional change
Modified: core/trunk/geoext/lib/GeoExt/data/LayerReader.js
===================================================================
--- core/trunk/geoext/lib/GeoExt/data/LayerReader.js 2009-04-06 22:02:59 UTC (rev 354)
+++ core/trunk/geoext/lib/GeoExt/data/LayerReader.js 2009-04-07 09:04:15 UTC (rev 355)
@@ -5,6 +5,10 @@
*
* ¹ pending approval */
+/**
+ * @include GeoExt/data/LayerRecord.js
+ */
+
Ext.namespace("GeoExt", "GeoExt.data");
/**
Modified: core/trunk/geoext/lib/GeoExt/data/LayerStore.js
===================================================================
--- core/trunk/geoext/lib/GeoExt/data/LayerStore.js 2009-04-06 22:02:59 UTC (rev 354)
+++ core/trunk/geoext/lib/GeoExt/data/LayerStore.js 2009-04-07 09:04:15 UTC (rev 355)
@@ -5,6 +5,10 @@
*
* ¹ pending approval */
+/**
+ * @include GeoExt/data/LayerReader.js
+ */
+
Ext.namespace("GeoExt.data");
/**
Modified: core/trunk/geoext/lib/GeoExt/widgets/MapPanel.js
===================================================================
--- core/trunk/geoext/lib/GeoExt/widgets/MapPanel.js 2009-04-06 22:02:59 UTC (rev 354)
+++ core/trunk/geoext/lib/GeoExt/widgets/MapPanel.js 2009-04-07 09:04:15 UTC (rev 355)
@@ -5,6 +5,10 @@
*
* ¹ pending approval */
+/**
+ * @include GeoExt/data/LayerStore.js
+ */
+
Ext.namespace("GeoExt");
/**
More information about the Commits
mailing list