fixed type comment

This commit is contained in:
Jiri Lysek
2020-03-19 13:32:02 +01:00
parent d5b3d27e62
commit 7bf44078e1

View File

@@ -1253,7 +1253,7 @@ function iconStyleParser(node, objectStack) {
let scale = /** @type {number|undefined} */
(object['scale']);
const color = /** @type {[number]|undefined} */
const color = /** @type {Array<number>|undefined} */
(object['color']);
if (drawIcon) {