aboutsummaryrefslogtreecommitdiff
path: root/bin/uglifyjs
diff options
context:
space:
mode:
authorMihai Bazon <mihai@bazon.net>2013-10-28 09:39:29 +0200
committerMihai Bazon <mihai@bazon.net>2013-10-28 09:39:29 +0200
commit0358e376f04b5f67616d57ccfd0fafbe1b9a6979 (patch)
tree17e7f179889708155e971003052ebeb70b52549e /bin/uglifyjs
parentb47f7b76b9f0ff5e34d744439f327897a592f675 (diff)
downloadtracifyjs-0358e376f04b5f67616d57ccfd0fafbe1b9a6979.tar.gz
tracifyjs-0358e376f04b5f67616d57ccfd0fafbe1b9a6979.zip
Fix codegen for when comments_before is undefined.
Fix #333
Diffstat (limited to 'bin/uglifyjs')
-rwxr-xr-xbin/uglifyjs1
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
});