Skip to content

Commit

Permalink
Merge pull request zaach#305 from rumblesan/strictfix
Browse files Browse the repository at this point in the history
Fixing strict mode function decleration error
  • Loading branch information
zaach committed Oct 12, 2015
2 parents 6e8c665 + b9d5673 commit a9e58a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/jison.js
Original file line number Diff line number Diff line change
Expand Up @@ -1422,7 +1422,7 @@ parser.parse = function parse (input) {
}

_token_stack:
function lex() {
var lex = function () {
var token;
token = lexer.lex() || EOF;
// if token isn't its numeric value, convert
Expand Down

0 comments on commit a9e58a6

Please sign in to comment.