mirror of
https://github.com/lancedikson/bowser
synced 2026-03-02 03:40:27 +00:00
Merge branch 'datuxer-master' into develop
This commit is contained in:
@@ -395,7 +395,7 @@
|
|||||||
return result
|
return result
|
||||||
}
|
}
|
||||||
|
|
||||||
var bowser = detect(typeof navigator !== 'undefined' ? navigator.userAgent : '')
|
var bowser = detect(typeof navigator !== 'undefined' ? navigator.userAgent || '' : '')
|
||||||
|
|
||||||
bowser.test = function (browserList) {
|
bowser.test = function (browserList) {
|
||||||
for (var i = 0; i < browserList.length; ++i) {
|
for (var i = 0; i < browserList.length; ++i) {
|
||||||
|
|||||||
Reference in New Issue
Block a user