]> source.dussan.org Git - jquery.git/commit
Build: Workaround strict mode violations caused by UglifyJS
authorMichał Gołębiowski <m.goleb@gmail.com>
Sat, 23 Apr 2016 18:30:00 +0000 (20:30 +0200)
committerMichał Gołębiowski <m.goleb@gmail.com>
Sat, 23 Apr 2016 18:30:00 +0000 (20:30 +0200)
commitfa610da68440530e73bba296a1f982f94dfeac99
tree1b3daf82ca6df08f6b3f7d012c43cbc81ceb6510
parentaa0ebad86b13be721fe00f65fa29f9d4fb216ed7
Build: Workaround strict mode violations caused by UglifyJS

This commit increases the gzipped size by 90 bytes so a better solution
is needed but, at the same time, it disables the very optimizations
that are causing strict mode violations in Firefox 45, Safari 9 & IE 10.

Refs 76084372c29a59b3fa790ea4d2687f0767514999
Refs mishoo/UglifyJS2#1052
Gruntfile.js