fix: linting issue

pull/453/head
Best Vaisayawan 4 years ago
parent ff6f7aa3c0
commit 4682bd9970

@ -597,7 +597,7 @@ const browsersList = [
const browser = {
name: 'Chrome',
};
const version = Utils.getFirstMatch(/(?:chrome|crios|crmo)[\s\/]+(\d+(\.?_?\d+)+)/i, ua);
const version = Utils.getFirstMatch(/(?:chrome|crios|crmo)[\s/]+(\d+(\.?_?\d+)+)/i, ua);
if (version) {
browser.version = version;

Loading…
Cancel
Save