Module type for ol.layer.Base

This commit is contained in:
Frederic Junod
2018-03-22 12:06:56 +01:00
parent 34f6d20e40
commit 14dc03b434
3 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -43,7 +43,7 @@ import SourceState from '../source/State.js';
*
* @constructor
* @abstract
* @extends {ol.layer.Base}
* @extends {module:ol/layer/Base~BaseLayer}
* @fires ol.render.Event
* @param {olx.layer.LayerOptions} options Layer options.
* @api