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

added detection for newer opera + opera mobile (new/legacy)

This commit is contained in:
BendingBender
2014-02-20 22:52:01 +01:00
parent 981354333e
commit 5d246add74
2 changed files with 29 additions and 1 deletions

View File

@@ -42,6 +42,13 @@
, opera: t
, version: v
}
if (android) {
o.android = true
o.mobile = true
}
if (chrome) {
o.webkit = true
}
} else if (ie) o = {
name: 'Internet Explorer'
, msie: t