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
, 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 {

Loading…
Cancel
Save