diff --git a/src/ua-parser.js b/src/ua-parser.js index 1ea234401..21487bee7 100755 --- a/src/ua-parser.js +++ b/src/ua-parser.js @@ -116,6 +116,7 @@ // try matching uastring with regexes while (j < regex.length && !matches) { + if (!regex[j]) { break; } matches = regex[j++].exec(ua); if (!!matches) {