fix minifyJS on event attributes
authoralexlamsl <alexlamsl@gmail.com>
Mon, 13 Mar 2017 19:24:42 +0000 (03:24 +0800)
committeralexlamsl <alexlamsl@gmail.com>
Mon, 13 Mar 2017 19:24:42 +0000 (03:24 +0800)
commitf3031a275cf110e1620c0fd81f1a0a99fa11fa60
treee4749c8972184f416481730fc8e18f9cea36fc9c
parent0a3075cf74fe1d413859fe62ea6b3190b3433aef
fix minifyJS on event attributes
latest `uglify-js` has advanced side-effect-free optimisation which invalidates an old hack

fixes #792
src/htmlminifier.js
tests/minifier.js