1
0
mirror of https://github.com/lancedikson/bowser synced 2024-10-27 20:34:22 +00:00
This commit is contained in:
Jesper Thomschütz 2013-12-03 14:08:45 -08:00
commit d97feb717a

View File

@ -54,6 +54,7 @@
}
if (chrome) return {
webkit: t
, mobile: iphone || ipad || android
, chrome: t
, version: ua.match(/chrome\/(\d+(\.\d+)?)/i)[1]
}