remove ascii_identifiers
This commit is contained in:
@@ -54,7 +54,6 @@ function OutputStream(options) {
|
||||
|
||||
options = defaults(options, {
|
||||
ascii_only : false,
|
||||
ascii_identifiers: undefined,
|
||||
beautify : false,
|
||||
bracketize : false,
|
||||
comments : false,
|
||||
@@ -78,9 +77,6 @@ function OutputStream(options) {
|
||||
wrap_iife : false,
|
||||
}, true);
|
||||
|
||||
if (typeof options.ascii_identifiers === 'undefined')
|
||||
options.ascii_identifiers = options.ascii_only;
|
||||
|
||||
if (options.shorthand === undefined)
|
||||
options.shorthand = options.ecma > 5;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user