This commit is contained in:
Faisal Salman
2013-03-22 13:23:24 +07:00
parent ce8f4977c0
commit 4f2ee98dae
8 changed files with 23 additions and 7 deletions

View File

@@ -1,4 +1,4 @@
// UAParser.js v0.5.24
// UAParser.js v0.5.25
// Lightweight JavaScript-based User-Agent string parser
// https://github.com/faisalman/ua-parser-js
//
@@ -334,6 +334,7 @@
/android\s3\.[\s\w-;]{10}(lg?)-([06cv9]{3,4})/i // LG
], [[VENDOR, 'LG'], MODEL, [TYPE, TABLET]], [
/((nexus\s4))/i,
/(lg)[e;\s-\/]+(\w+)*/i
], [[VENDOR, 'LG'], MODEL, [TYPE, MOBILE]], [

File diff suppressed because one or more lines are too long