Replace google closure syntax = with brackets around name
This commit is contained in:
@@ -53,7 +53,7 @@ const Property = {
|
||||
*/
|
||||
class LayerGroup extends BaseLayer {
|
||||
/**
|
||||
* @param {Options=} opt_options Layer options.
|
||||
* @param {Options} [opt_options] Layer options.
|
||||
*/
|
||||
constructor(opt_options) {
|
||||
const options = opt_options || {};
|
||||
@@ -193,7 +193,7 @@ class LayerGroup extends BaseLayer {
|
||||
}
|
||||
|
||||
/**
|
||||
* @param {Array<import("./Layer.js").default>=} opt_array Array of layers (to be modified in place).
|
||||
* @param {Array<import("./Layer.js").default>} [opt_array] Array of layers (to be modified in place).
|
||||
* @return {Array<import("./Layer.js").default>} Array of layers.
|
||||
*/
|
||||
getLayersArray(opt_array) {
|
||||
@@ -205,7 +205,7 @@ class LayerGroup extends BaseLayer {
|
||||
}
|
||||
|
||||
/**
|
||||
* @param {Array<import("./Layer.js").State>=} opt_states Optional list of layer states (to be modified in place).
|
||||
* @param {Array<import("./Layer.js").State>} [opt_states] Optional list of layer states (to be modified in place).
|
||||
* @return {Array<import("./Layer.js").State>} List of layer states.
|
||||
*/
|
||||
getLayerStatesArray(opt_states) {
|
||||
|
||||
Reference in New Issue
Block a user