basiljs/basil.js

isArray() does not work on special arrays like allGraphics, allPageItems etc.

Closed this issue · 1 comments

trych commented

See above. For an explanation see here.

I think we just need to check for

obj.constructor.name === "Array"

instead. Or does anybody know cases where this would not work?

trych commented

Fixed in #293. Closing.