no globals

This commit is contained in:
j 2011-10-31 15:14:54 +01:00
parent a727c32836
commit bf228cf711

View file

@ -465,7 +465,7 @@ Ox.tokenize = (function() {
// other // other
'.', ',', ';' '.', ',', ';'
], ],
regexp = 'abcdefghijklmnopqrstuvwxyz' regexp = 'abcdefghijklmnopqrstuvwxyz',
string = '\'"', string = '\'"',
whitespace = ' \t', whitespace = ' \t',
word = { word = {