From 0aafba67fa2dda52f864f800e57c9ba000ae2e74 Mon Sep 17 00:00:00 2001 From: Maximilian Haupt Date: Fri, 16 Oct 2015 14:56:33 +0000 Subject: [PATCH] Detect Nexus 6 as Motorola only. The commit 3964971c3 added Nexus 6 to LG and Motorola, but it should be Motorola only, as stated in the according commit message anyways. --- src/ua-parser.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ua-parser.js b/src/ua-parser.js index 8435fc6..9d7fb53 100644 --- a/src/ua-parser.js +++ b/src/ua-parser.js @@ -575,7 +575,7 @@ ], [[VENDOR, 'LG'], MODEL, [TYPE, TABLET]], [ /(lg) netcast\.tv/i // LG SmartTV ], [VENDOR, MODEL, [TYPE, SMARTTV]], [ - /(nexus\s[456])/i, // LG + /(nexus\s[45])/i, // LG /lg[e;\s\/-]+(\w+)*/i ], [MODEL, [VENDOR, 'LG'], [TYPE, MOBILE]], [