Module type for Control

This commit is contained in:
Tim Schaub
2018-03-18 09:53:35 -06:00
parent 414792f707
commit 2e0fd1c12d
10 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ import {CLASS_CONTROL, CLASS_UNSELECTABLE} from '../css.js';
* extent. To style this control use the css selector `.ol-zoom-extent`.
*
* @constructor
* @extends {ol.control.Control}
* @extends {module:ol/control/Control~Control}
* @param {module:ol/control/ZoomToExtent~Options=} opt_options Options.
* @api
*/