[Commits] r1365 - in core/trunk/geoext/lib/GeoExt/widgets: grid tips

commits at geoext.org commits at geoext.org
Thu Sep 17 08:53:16 CEST 2009


Author: fredj
Date: 2009-09-17 08:53:16 +0200 (Thu, 17 Sep 2009)
New Revision: 1365

Modified:
   core/trunk/geoext/lib/GeoExt/widgets/grid/FeatureSelectionModel.js
   core/trunk/geoext/lib/GeoExt/widgets/tips/SliderTip.js
Log:
fix Sphinx syntax errors (reported by paver build_docs). no functional change

Modified: core/trunk/geoext/lib/GeoExt/widgets/grid/FeatureSelectionModel.js
===================================================================
--- core/trunk/geoext/lib/GeoExt/widgets/grid/FeatureSelectionModel.js	2009-09-17 06:23:19 UTC (rev 1364)
+++ core/trunk/geoext/lib/GeoExt/widgets/grid/FeatureSelectionModel.js	2009-09-17 06:53:16 UTC (rev 1365)
@@ -157,14 +157,14 @@
     /** api: method[bind]
      *
      *  :param obj: ``OpenLayers.Layer.Vector`` or
-     *  ``OpenLayers.Control.SelectFeature`` The object this selection model
+     *      ``OpenLayers.Control.SelectFeature`` The object this selection model
      *      should be bound to, either a vector layeer or a select feature
      *      control.
      *  :param options: ``Object`` An object with a "controlConfig"
      *      property referencing the configuration object to pass to the
      *      ``OpenLayers.Control.SelectFeature`` constructor.
      *  :return: ``OpenLayers.Control.SelectFeature`` The select feature
-     *  control this selection model uses.
+     *      control this selection model uses.
      *
      *  Bind the selection model to a layer or a SelectFeature control.
      */

Modified: core/trunk/geoext/lib/GeoExt/widgets/tips/SliderTip.js
===================================================================
--- core/trunk/geoext/lib/GeoExt/widgets/tips/SliderTip.js	2009-09-17 06:23:19 UTC (rev 1364)
+++ core/trunk/geoext/lib/GeoExt/widgets/tips/SliderTip.js	2009-09-17 06:53:16 UTC (rev 1365)
@@ -116,6 +116,7 @@
 
     /** api: config[getText]
      *  :param slider: ``Ext.Slider``
+     *
      *  ``Function``
      *  Function that generates the string value to be displayed in the tip.  By
      *  default, the return from slider.getValue() is displayed.



More information about the Commits mailing list