Update ZoomSlider example in docs

This commit is contained in:
Tim Schaub
2013-08-31 07:29:44 -06:00
parent 4679ba77c4
commit 6d9d5ecb4b

View File

@@ -33,9 +33,7 @@ ol.control.ZOOMSLIDER_ANIMATION_DURATION = 200;
*
* Example:
*
* var zoomslider = new ol.control.ZoomSlider({
* map: map
* });
* map.addControl(new ol.control.ZoomSlider());
*
* @constructor
* @extends {ol.control.Control}