1
0
mirror of https://github.com/lancedikson/bowser synced 2024-10-27 20:34:22 +00:00

Draft of Vivaldi case.

This commit is contained in:
Ivan Carosati 2015-10-02 19:29:38 -04:00
parent f44ec8b813
commit 3f42b985d0

View File

@ -175,6 +175,13 @@
, version: versionIdentifier
}
}
else if (/vivaldi/i.test(ua)) {
result = {
name: 'Vivaldi'
, vivaldi: t
, version: versionIdentifier
}
}
else {
result = {
name: getFirstMatch(/^(.*)\/(.*) /),