Merge branch 'master' of github.com:faisalman/ua-parser-js

This commit is contained in:
Faisal Salman 2016-11-07 21:34:16 +07:00
commit 87b88246a2

View File

@ -865,7 +865,7 @@
} else {
// requirejs env (optional)
if (typeof(define) === FUNC_TYPE && define.amd) {
define("ua-parser-js", [], function () {
define(function () {
return UAParser;
});
} else {