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

added generic ios flag to iphone and ipad

This commit is contained in:
Rob Lifford 2011-09-30 08:26:08 -05:00
parent f695e8fc89
commit 9e948dedc6

View File

@ -43,12 +43,14 @@
webkit: t
, iphone: t
, mobile: t
, ios: t
, version: ua.match(webkitVersion)[1]
}
if (ipad) return {
webkit: t
, ipad: t
, mobile: t
, ios: t
, version: ua.match(webkitVersion)[1]
}
if (android) return {