This commit is contained in:
rolux 2012-05-25 09:31:22 +02:00
parent 801aee31b8
commit d21c95e9fd

View file

@ -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();
}
});
});