Skip to content

Commit

Permalink
Merge cf99223 into 4a681b9
Browse files Browse the repository at this point in the history
  • Loading branch information
emonmeena committed Aug 29, 2021
2 parents 4a681b9 + cf99223 commit 8468961
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/lex.js
Expand Up @@ -1114,9 +1114,6 @@ Lexer.prototype = {
case "\\":
char = "\\\\";
break;
case "\"":
char = "\\\"";
break;
case "/":
break;
case "":
Expand Down

0 comments on commit 8468961

Please sign in to comment.