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
@@ -27,7 +27,7 @@ import {assign} from '../obj.js';
* @classdesc
* Abstract base class; normally only used for creating subclasses and not
* instantiated in apps.
* Note that with `ol.layer.Base` and all its subclasses, any property set in
* Note that with `module:ol/layer/Base~BaseLayer` and all its subclasses, any property set in
* the options is set as a {@link module:ol/Object~BaseObject} property on the layer object, so
* is observable, and has get/set accessors.
*