Skip to content

Commit

Permalink
Fix a typo in ZeParser#expressions.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kit Cambridge committed Nov 1, 2011
1 parent 06c309e commit 5f68c5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ZeParser.js
Expand Up @@ -598,7 +598,7 @@ ZeParser.prototype = {
this.failignore('LabelsMayOnlyBeIdentifiers', match, stack);
}

mayParseLabeledStatementInstead[0] = true; // mark label parsed (TOFIX:speed?)
mayParseLabeledStatementInstead = true; // mark label parsed (TOFIX:speed?)
match = this.tokenizer.storeCurrentAndFetchNextToken(false, match, stack);

possibleLabel.isLabel = true;
Expand Down

0 comments on commit 5f68c5f

Please sign in to comment.