wilsonpage / fastdom

Eliminates layout thrashing by batching DOM measurement and mutation tasks
6.83k stars 240 forks source link

More robust error handling #37

Closed wilsonpage closed 10 years ago

wilsonpage commented 10 years ago

This pull request ensures that if an error is thrown in a frame, it doesn't prevent the next frame from being scheduled. Our loop method should continue to run, no matter what.