added generic ios flag to iphone and ipad

pull/5/head
Rob Lifford 13 years ago
parent f695e8fc89
commit 9e948dedc6

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

Loading…
Cancel
Save