Replace google closure syntax = with brackets around name

This commit is contained in:
Simon Seyock
2021-02-03 14:06:02 +01:00
parent c15faa19fc
commit 8facb252f1
185 changed files with 569 additions and 569 deletions
+2 -2
View File
@@ -140,7 +140,7 @@ class Layer 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) {
@@ -150,7 +150,7 @@ class Layer 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) {