1
0
mirror of https://github.com/lancedikson/bowser synced 2026-03-02 03:40:27 +00:00

add Epiphany browser

fix #130
This commit is contained in:
Denis Demchenko
2016-05-09 09:17:46 +03:00
parent 40fc55f393
commit b9edb72e2f
2 changed files with 16 additions and 0 deletions

View File

@@ -82,6 +82,13 @@
, version: getFirstMatch(/(?:mxios)[\s\/](\d+(?:\.\d+)+)/i)
}
}
else if (/epiphany/i.test(ua)) {
result = {
name: 'Epiphany'
, epiphany: t
, version: getFirstMatch(/(?:epiphany)[\s\/](\d+(?:\.\d+)+)/i)
}
}
else if (windowsphone) {
result = {
name: 'Windows Phone'