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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user