This commit is contained in:
Faisal Salman
2020-12-10 10:45:16 +07:00
parent 2d53ceb8bf
commit c7475db860
6 changed files with 9 additions and 9 deletions

View File

@@ -1,5 +1,5 @@
/*!
* UAParser.js v0.7.22
* UAParser.js v0.7.23
* Lightweight JavaScript-based User-Agent string parser
* https://github.com/faisalman/ua-parser-js
*
@@ -16,7 +16,7 @@
/////////////
var LIBVERSION = '0.7.22',
var LIBVERSION = '0.7.23',
EMPTY = '',
UNKNOWN = '?',
FUNC_TYPE = 'function',