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
'.', ',', ';'
],
regexp = 'abcdefghijklmnopqrstuvwxyz'
regexp = 'abcdefghijklmnopqrstuvwxyz',
string = '\'"',
whitespace = ' \t',
word = {
@ -746,4 +746,4 @@ Ox.tokenize = (function() {
};
}());
}());