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
|
||||
'.', ',', ';'
|
||||
],
|
||||
regexp = 'abcdefghijklmnopqrstuvwxyz'
|
||||
regexp = 'abcdefghijklmnopqrstuvwxyz',
|
||||
string = '\'"',
|
||||
whitespace = ' \t',
|
||||
word = {
|
||||
|
|
Loading…
Reference in a new issue