wilsonpage / fastdom

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

Shorter code #123

Open hzx opened 3 years ago

hzx commented 3 years ago

https://github.com/wilsonpage/fastdom/blob/51670c416c5ae25ee6ad50a6c4f0469665acbc62/src/fastdom-strict.js#L40

enabled = value if (value) strictdom.enable(); else strictdom.disable();