remove tiny decleration

pull/73/head
berkansivri 4 years ago
parent d8d4013045
commit 326598a8e1

@ -495,7 +495,7 @@ function tokenizer(input) {
}
// Skip the closing double quote.
char = input[++current];
++current;
// And add our `string` token to the `tokens` array.
tokens.push({ type: 'string', value });

Loading…
Cancel
Save