typo
This commit is contained in:
parent
f48adff6c7
commit
7eb6ec56b8
1 changed files with 1 additions and 1 deletions
|
@ -641,7 +641,7 @@ Ox.tokenize = (function() {
|
||||||
Ox.forEach(word, function(value, key) {
|
Ox.forEach(word, function(value, key) {
|
||||||
if (value.indexOf(str) > -1) {
|
if (value.indexOf(str) > -1) {
|
||||||
type = key;
|
type = key;
|
||||||
Ox.Break()();
|
Ox.Break();
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue