chrisdickinson / raf

requestAnimationFrame polyfill library
MIT License
742 stars 54 forks source link

fix for breaking behavior on node 0.10.30 #23

Closed ghost closed 10 years ago

ghost commented 10 years ago

I'm not sure why this works, but it fixes the problem with hanging test output on node 0.10.30 (but not 0.10.29 or anything older) raised in #22 and fixes problems I encountered in frame-loop using raf with node 0.10.30.

ghost commented 10 years ago

The reason was https://github.com/joyent/node/pull/8073

CMTegner commented 10 years ago

Awesome, thanks @substack!