Rename non-api sub-namespace typedefs
This commit is contained in:
@@ -60,7 +60,7 @@ goog.inherits(ol.layer.Base, ol.Object);
|
||||
|
||||
|
||||
/**
|
||||
* @return {ol.layer.LayerState} Layer state.
|
||||
* @return {ol.LayerState} Layer state.
|
||||
*/
|
||||
ol.layer.Base.prototype.getLayerState = function() {
|
||||
var opacity = this.getOpacity();
|
||||
@@ -93,9 +93,9 @@ ol.layer.Base.prototype.getLayersArray = goog.abstractMethod;
|
||||
|
||||
|
||||
/**
|
||||
* @param {Array.<ol.layer.LayerState>=} opt_states Optional list of layer
|
||||
* @param {Array.<ol.LayerState>=} opt_states Optional list of layer
|
||||
* states (to be modified in place).
|
||||
* @return {Array.<ol.layer.LayerState>} List of layer states.
|
||||
* @return {Array.<ol.LayerState>} List of layer states.
|
||||
*/
|
||||
ol.layer.Base.prototype.getLayerStatesArray = goog.abstractMethod;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user