wilsonpage / fastdom

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

Using fastdom-strict #98

Open alias8 opened 7 years ago

alias8 commented 7 years ago

Hi

Awesome library! I'm trying to get fastdom-strict working though. I tried using the example with fastdom-strict.js instead of fastdom.min.js. I get the error "ReferenceError: fastdom is not defined". Am I doing something wrong here?

Cheers for any assistance