Merge branch 'master' of github.com:mishoo/UglifyJS2

This commit is contained in:
Mihai Bazon
2014-01-26 10:07:10 +02:00

View File

@@ -1141,6 +1141,7 @@ function OutputStream(options) {
0x21 , // !
0x0a , // \n
0x0d , // \r
0x00 , // \0
0xfeff , // Unicode BOM
0x2028 , // unicode "line separator"
0x2029 , // unicode "paragraph separator"