This commit is contained in:
rolux 2012-05-25 09:32:32 +02:00
parent f48adff6c7
commit 7eb6ec56b8

View file

@ -641,7 +641,7 @@ Ox.tokenize = (function() {
Ox.forEach(word, function(value, key) {
if (value.indexOf(str) > -1) {
type = key;
Ox.Break()();
Ox.Break();
}
});
},