fixed type comment
This commit is contained in:
@@ -1253,7 +1253,7 @@ function iconStyleParser(node, objectStack) {
|
|||||||
let scale = /** @type {number|undefined} */
|
let scale = /** @type {number|undefined} */
|
||||||
(object['scale']);
|
(object['scale']);
|
||||||
|
|
||||||
const color = /** @type {[number]|undefined} */
|
const color = /** @type {Array<number>|undefined} */
|
||||||
(object['color']);
|
(object['color']);
|
||||||
|
|
||||||
if (drawIcon) {
|
if (drawIcon) {
|
||||||
|
|||||||
Reference in New Issue
Block a user