Add name to UA-Parser

This commit is contained in:
Grigory Dmitrenko 2015-12-23 14:10:37 +03:00
parent cbba2f5728
commit 99a80e88fb

View File

@ -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 {