[Commits] r2085 - core/trunk/geoext/lib/GeoExt/data

commits at geoext.org commits at geoext.org
Fri Apr 16 09:20:57 CEST 2010


Author: ahocevar
Date: 2010-04-16 09:20:57 +0200 (Fri, 16 Apr 2010)
New Revision: 2085

Modified:
   core/trunk/geoext/lib/GeoExt/data/LayerStore.js
Log:
APIdoc improvements. Non-functional change.

Modified: core/trunk/geoext/lib/GeoExt/data/LayerStore.js
===================================================================
--- core/trunk/geoext/lib/GeoExt/data/LayerStore.js	2010-04-15 18:42:16 UTC (rev 2084)
+++ core/trunk/geoext/lib/GeoExt/data/LayerStore.js	2010-04-16 07:20:57 UTC (rev 2085)
@@ -44,12 +44,13 @@
     return {
         /** api: config[map]
          *  ``OpenLayers.Map``
-         *  Map that this store will be in sync with.
+         *  Map that this store will be in sync with. If not provided, the
+         *  store will not be bound to a map.
          */
         
         /** api: property[map]
          *  ``OpenLayers.Map``
-         *  Map that the store is synchronized with.
+         *  Map that the store is synchronized with, if any.
          */
         map: null,
         



More information about the Commits mailing list