Fix codegen for when comments_before is undefined.

Fix #333
This commit is contained in:
Mihai Bazon
2013-10-28 09:39:29 +02:00
parent b47f7b76b9
commit 0358e376f0
2 changed files with 5 additions and 5 deletions

View File

@@ -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
});