Skip to content

Commit

Permalink
Fixing strict mode function decleration error
Browse files Browse the repository at this point in the history
  • Loading branch information
rumblesan committed Sep 29, 2015
1 parent 6e8c665 commit b9d5673
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 b9d5673

Please sign in to comment.