wilsonpage / fastdom

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

"Object #<FastDom> has no method 'set'" #44

Closed bryanerayner closed 10 years ago

bryanerayner commented 10 years ago

When running FastDom on Chrome 31.0.1650.63, this error is thrown,

"Object# has no method 'set'"

It's getting caught in FastDom.runBatch, I am using a requestAnimationFrame polyfill, but this shouldn't be the cause of the issue. I'll let you know what I find the issue to be caused by.

bryanerayner commented 10 years ago

The issue was caused by a loose 'this' reference inside a callback function.