Ticket #83: 83.patch
| File 83.patch, 0.6 kB (added by tschaub, 1 year ago) |
|---|
-
lib/GeoExt/widgets/ZoomSlider.js
old new 68 68 */ 69 69 map: null, 70 70 71 /** private: config[minValue]72 * ``Number``73 */74 minValue: null,75 76 /** private: config[minValue]77 * ``Number``78 */79 maxValue: null,80 81 71 /** api: config[baseCls] 82 72 * ``String`` 83 73 * The CSS class name for the slider elements. Default is "gx-zoomslider".