Merge c3b55214e4 into 07734b000a
This commit is contained in:
commit
16d6e0e3a8
|
|
@ -87,6 +87,8 @@ function OutputStream(options) {
|
||||||
ecma : 5,
|
ecma : 5,
|
||||||
wrap_iife : false,
|
wrap_iife : false,
|
||||||
}, true);
|
}, true);
|
||||||
|
if (typeof options.ascii_identifiers === 'undefined')
|
||||||
|
options.ascii_identifiers = options.ascii_only;
|
||||||
|
|
||||||
if (typeof options.ascii_identifiers === 'undefined')
|
if (typeof options.ascii_identifiers === 'undefined')
|
||||||
options.ascii_identifiers = options.ascii_only;
|
options.ascii_identifiers = options.ascii_only;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user