Module types for controls

This commit is contained in:
Tim Schaub
2018-03-18 10:23:01 -06:00
parent 2e0fd1c12d
commit a3ead88c57
8 changed files with 16 additions and 17 deletions

View File

@@ -21,7 +21,7 @@ const app = window.app;
/**
* @constructor
* @extends {ol.control.Control}
* @extends {module:ol/control/Control~Control}
* @param {Object=} opt_options Control options.
*/
app.RotateNorthControl = function(opt_options) {