mirror of
https://github.com/faisalman/ua-parser-js.git
synced 2025-11-16 15:11:50 +03:00
Add name to UA-Parser
This commit is contained in:
@@ -848,7 +848,7 @@
|
||||
} else {
|
||||
// requirejs env (optional)
|
||||
if (typeof(define) === FUNC_TYPE && define.amd) {
|
||||
define(function () {
|
||||
define("ua-parser-js", [], function () {
|
||||
return UAParser;
|
||||
});
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user