wilsonpage / fastdom

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

consolidate `clearRead` and `clearWrite` into `clear` #16

Closed jdalton closed 10 years ago

jdalton commented 10 years ago

Just as clearTimeout and clearInterval are interchangeable I think it would be rad to reduce the api and make a single method clear to handle clearing reads and writes.

jdalton commented 10 years ago

Rock!