1
0
Fork 0

uglify's mangle currently causing problems in IE8; removing until it can be further researched

closure/master
Mike Gerwitz 2011-11-29 15:06:30 -05:00
parent ba28f0a753
commit 2c5bc6b63c
1 changed files with 0 additions and 1 deletions

View File

@ -58,7 +58,6 @@ function minify()
var ast = parser.parse( data ); var ast = parser.parse( data );
// mange and minify // mange and minify
ast = uglify.ast_mangle( ast );
ast = uglify.ast_squeeze( ast ); ast = uglify.ast_squeeze( ast );
// output final, compressed code // output final, compressed code