diff options
Diffstat (limited to 'bin/uglifyjs')
-rwxr-xr-x | bin/uglifyjs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/bin/uglifyjs b/bin/uglifyjs index 90b71a20..b103cc3e 100755 --- a/bin/uglifyjs +++ b/bin/uglifyjs @@ -251,7 +251,6 @@ async.eachLimit(files, 1, function (file, cb) { else if (ARGS.acorn) { TOPLEVEL = acorn.parse(code, { locations : true, - trackComments : true, sourceFile : file, program : TOPLEVEL }); |