1
0
mirror of https://github.com/lancedikson/bowser synced 2024-09-28 22:30:44 +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 { if (chrome) return {
webkit: t webkit: t
, mobile: iphone || ipad || android
, chrome: t , chrome: t
, version: ua.match(/chrome\/(\d+(\.\d+)?)/i)[1] , version: ua.match(/chrome\/(\d+(\.\d+)?)/i)[1]
} }