mirror of
https://github.com/faisalman/ua-parser-js.git
synced 2025-09-28 00:18:45 +03:00
Increase UA_MAX_LENGTH to 350
This commit is contained in:
parent
1e82d7d265
commit
30ac448a0c
@ -37,7 +37,7 @@
|
|||||||
SMARTTV = 'smarttv',
|
SMARTTV = 'smarttv',
|
||||||
WEARABLE = 'wearable',
|
WEARABLE = 'wearable',
|
||||||
EMBEDDED = 'embedded',
|
EMBEDDED = 'embedded',
|
||||||
UA_MAX_LENGTH = 275;
|
UA_MAX_LENGTH = 350;
|
||||||
|
|
||||||
var AMAZON = 'Amazon',
|
var AMAZON = 'Amazon',
|
||||||
APPLE = 'Apple',
|
APPLE = 'Apple',
|
||||||
|
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user