AFASSoftware / maquette

Pure and simple virtual DOM library

Home Page:https://maquettejs.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Projector uses `Array.prototype#find`, which is unavailable in IE10/IE11

jcfranco opened this issue · comments

Running maquette on IE10/IE11 will sometimes throw the following error:

Object doesn't support property or method 'find'


Based on the Browser support page:

Polyfills

All evergreen browsers (Edge, Chrome and Firefox) do not require polyfills,
as do IE10 and IE11.

projector.ts needs to avoid using Array.prototype#find.

Thanks for pointing this out, fix is underway