Fix enum types
This commit is contained in:
@@ -47,7 +47,7 @@ const ImageLayer = function(opt_options) {
|
||||
/**
|
||||
* The layer type.
|
||||
* @protected
|
||||
* @type {module:ol/LayerType~LayerType}
|
||||
* @type {module:ol/LayerType}
|
||||
*/
|
||||
this.type = LayerType.IMAGE;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user