mirror of
https://github.com/faisalman/ua-parser-js.git
synced 2026-01-02 12:24:43 +03:00
Increase UA_MAX_LENGTH to 350
This commit is contained in:
@@ -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
Reference in New Issue
Block a user