This commit is contained in:
Anthony Van de Gejuchte 2017-02-24 11:01:45 +00:00 committed by GitHub
commit 16d6e0e3a8

View File

@ -87,6 +87,8 @@ function OutputStream(options) {
ecma : 5,
wrap_iife : false,
}, true);
if (typeof options.ascii_identifiers === 'undefined')
options.ascii_identifiers = options.ascii_only;
if (typeof options.ascii_identifiers === 'undefined')
options.ascii_identifiers = options.ascii_only;