LeaVerou / stretchy

Form element autosizing, the way it should be
https://stretchy.verou.me/
Other
1.27k stars 87 forks source link

Manually hoist variable to avoid babili minification bug #32

Closed ashsearle closed 7 years ago

ashsearle commented 7 years ago

Tiny tweak to separate variable declaration from initialisation and avoid a bug when minifying stretchy.js using babili.

This is the root cause of mavo issue 191 which was running stretchy through babili to produce minified build.

(I've also logged the hoisting bug with babili)

LeaVerou commented 7 years ago

Whoa. Thanks for looking into this, it must have taken ages to track this one down!!