Fix #509 add support for Internet Explorer 8

This commit is contained in:
liujunlve 2021-07-30 15:32:56 +08:00
parent 299283c436
commit 825edbbf91

View File

@ -114,6 +114,7 @@
// try matching uastring with regexes
while (j < regex.length && !matches) {
if (!regex[j]) { break; }
matches = regex[j++].exec(ua);
if (!!matches) {