1
0
mirror of https://github.com/lancedikson/bowser synced 2024-10-27 20:34:22 +00:00

Define Galaxy Nexus as a mobile type

This commit is contained in:
Denis Demchenko 2017-06-09 21:59:34 +03:00
parent bca14f50c8
commit 3da8552f0f

View File

@ -72,7 +72,7 @@ export default [
/* Nexus Mobile */
{
test: [/nexus\s*[0-6]\s*/i],
test: [/nexus\s*[0-6]\s*/i, /galaxy nexus/i],
describe() {
return {
type: TYPES.mobile,