chrisdickinson / raf

requestAnimationFrame polyfill library
MIT License
742 stars 54 forks source link

Fix "Illegal invocation” issue when in node-webkit #15

Closed ClayTaeto closed 10 years ago

ClayTaeto commented 10 years ago

Native functions must be executed in the context of window.

chrisdickinson commented 10 years ago

Thanks! Great catch.

chrisdickinson commented 10 years ago

Published as v0.1.3.