Update ZoomSlider example in docs

This commit is contained in:
Tim Schaub
2013-08-31 07:29:44 -06:00
parent 4679ba77c4
commit 6d9d5ecb4b
+1 -3
View File
@@ -33,9 +33,7 @@ ol.control.ZOOMSLIDER_ANIMATION_DURATION = 200;
* *
* Example: * Example:
* *
* var zoomslider = new ol.control.ZoomSlider({ * map.addControl(new ol.control.ZoomSlider());
* map: map
* });
* *
* @constructor * @constructor
* @extends {ol.control.Control} * @extends {ol.control.Control}