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:
parent
bca14f50c8
commit
3da8552f0f
@ -72,7 +72,7 @@ export default [
|
|||||||
|
|
||||||
/* Nexus Mobile */
|
/* Nexus Mobile */
|
||||||
{
|
{
|
||||||
test: [/nexus\s*[0-6]\s*/i],
|
test: [/nexus\s*[0-6]\s*/i, /galaxy nexus/i],
|
||||||
describe() {
|
describe() {
|
||||||
return {
|
return {
|
||||||
type: TYPES.mobile,
|
type: TYPES.mobile,
|
||||||
|
Loading…
Reference in New Issue
Block a user