Skip to content

Commit

Permalink
Add parentheses
Browse files Browse the repository at this point in the history
  • Loading branch information
Constellation committed Oct 20, 2012
1 parent 582483f commit 382633f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion escodegen.js
Original file line number Diff line number Diff line change
Expand Up @@ -764,7 +764,7 @@
}

function generateVerbatim(expr) {
return expr[extra.verbatim];
return '(' + expr[extra.verbatim] + ')';
}

function generateFunctionBody(node) {
Expand Down

0 comments on commit 382633f

Please sign in to comment.