no globals
This commit is contained in:
parent
a727c32836
commit
bf228cf711
1 changed files with 2 additions and 2 deletions
|
@ -465,7 +465,7 @@ Ox.tokenize = (function() {
|
||||||
// other
|
// other
|
||||||
'.', ',', ';'
|
'.', ',', ';'
|
||||||
],
|
],
|
||||||
regexp = 'abcdefghijklmnopqrstuvwxyz'
|
regexp = 'abcdefghijklmnopqrstuvwxyz',
|
||||||
string = '\'"',
|
string = '\'"',
|
||||||
whitespace = ' \t',
|
whitespace = ' \t',
|
||||||
word = {
|
word = {
|
||||||
|
|
Loading…
Reference in a new issue