Skip to content

Commit

Permalink
remove char
Browse files Browse the repository at this point in the history
  • Loading branch information
soney committed Dec 20, 2013
1 parent 8a92b96 commit 6cb6357
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/jsep.js
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@
// An individual part of a binary expression:
// e.g. `foo.bar(baz)`, `1`, `"abc"`, `(a % 2)` (because it's in parenthesis)
gobbleToken = function() {
var ch, curr_node, char, unop, to_check, tc_len;
var ch, curr_node, unop, to_check, tc_len;

gobbleSpaces();
ch = exprICode(index);
Expand Down

0 comments on commit 6cb6357

Please sign in to comment.