Skip to content

Commit

Permalink
missing semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
alongubkin committed Nov 14, 2014
1 parent 4381d72 commit 1a3fb82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ast/statements/ForOfStatement.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ exports.ForOfStatement.prototype.codegen = function () {
"name": exports.ForOfStatement.getNextVariableName()
};

var context = this.getContext()
var context = this.getContext();
context.node.body.splice(context.position, 0, {
"type": "VariableDeclaration",
"declarations": [{
Expand Down

0 comments on commit 1a3fb82

Please sign in to comment.