[Commits] r958 - core/trunk/geoext/lib/GeoExt/widgets/tips
commits at geoext.org
commits at geoext.org
Tue Jun 2 22:05:20 CEST 2009
Author: tschaub
Date: 2009-06-02 22:05:19 +0200 (Tue, 02 Jun 2009)
New Revision: 958
Modified:
core/trunk/geoext/lib/GeoExt/widgets/tips/SliderTip.js
Log:
Doc change for getText config.
Modified: core/trunk/geoext/lib/GeoExt/widgets/tips/SliderTip.js
===================================================================
--- core/trunk/geoext/lib/GeoExt/widgets/tips/SliderTip.js 2009-06-02 20:04:50 UTC (rev 957)
+++ core/trunk/geoext/lib/GeoExt/widgets/tips/SliderTip.js 2009-06-02 20:05:19 UTC (rev 958)
@@ -111,9 +111,8 @@
},
/** api: config[getText]
- * :return: ``String``
- *
- * Function that generates the value to be displayed in the tip. By
+ * ``Function``
+ * Function that generates the string value to be displayed in the tip. By
* default, the return from slider.getValue() is displayed.
*/
getText : function(slider) {
More information about the Commits
mailing list