wilsonpage / fastdom

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

defer example in README file should reflect the recent changes #15

Closed th507 closed 11 years ago

th507 commented 11 years ago

The code block should be fastdom.defer(3, expensiveStuff);

Forgot to change that, my bad.