chrisdickinson / raf

requestAnimationFrame polyfill library
MIT License
742 stars 54 forks source link

Replaced `performance.now` polyfill with `performance-now` module #8

Closed CMTegner closed 10 years ago

chrisdickinson commented 10 years ago

Thanks for your contribution, but I think for now it should be fine to keep the ternary check -- I'm not sure I want to fall back to process.hrtime in this case. Apologies for taking so long to reply.

CMTegner commented 10 years ago

No worries :)