typo
This commit is contained in:
parent
801aee31b8
commit
d21c95e9fd
1 changed files with 2 additions and 2 deletions
|
@ -109,7 +109,7 @@ Ox.highlightHTML = function(html, str, classname, tags) {
|
|||
Ox.forEach(tags, function(tag) {
|
||||
if (html.slice(i + 1).match(new RegExp('^/?' + tag + '\\W'))) {
|
||||
isTag = true;
|
||||
Ox.Break()();
|
||||
Ox.Break();
|
||||
}
|
||||
});
|
||||
}
|
||||
|
@ -376,7 +376,7 @@ Ox.parseUserAgent = function(userAgent) {
|
|||
string: string,
|
||||
version: versions[version] || version
|
||||
};
|
||||
Ox.Break()();
|
||||
Ox.Break();
|
||||
}
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue