From 94d7379ba387a099330b0c91c05a27fb5851c8e3 Mon Sep 17 00:00:00 2001 From: Marc Jansen Date: Tue, 12 Mar 2013 16:59:35 +0100 Subject: [PATCH] Correct API documentation. --- src/ol/control/zoomslidercontrol.js | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/ol/control/zoomslidercontrol.js b/src/ol/control/zoomslidercontrol.js index c205700655..cbbcbcc7b8 100644 --- a/src/ol/control/zoomslidercontrol.js +++ b/src/ol/control/zoomslidercontrol.js @@ -25,8 +25,7 @@ ol.control.ZoomSlider = function(zoomSliderOptions) { // FIXME these should be read out from a map if not given, and only then // fallback to the constants if they weren't defined on the map. /** - * The minimum resolution that this control that one can set with this - * control. + * The minimum resolution that one can set with this control. * * @type {number} * @private @@ -36,8 +35,7 @@ ol.control.ZoomSlider = function(zoomSliderOptions) { ol.control.ZoomSlider.DEFAULT_MAX_RESOLUTION; /** - * The maximum resolution that this control that one can set with this - * control. + * The maximum resolution that one can set with this control. * * @type {number} * @private