mirror of
https://github.com/faisalman/ua-parser-js.git
synced 2025-11-15 14:42:16 +03:00
Increase UA_MAX_LENGTH to 350
This commit is contained in:
@@ -37,7 +37,7 @@
|
||||
SMARTTV = 'smarttv',
|
||||
WEARABLE = 'wearable',
|
||||
EMBEDDED = 'embedded',
|
||||
UA_MAX_LENGTH = 275;
|
||||
UA_MAX_LENGTH = 350;
|
||||
|
||||
var AMAZON = 'Amazon',
|
||||
APPLE = 'Apple',
|
||||
|
||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user