mirror of
https://github.com/faisalman/ua-parser-js.git
synced 2025-11-16 15:11:50 +03:00
Fix closing braces
This commit is contained in:
@@ -476,9 +476,10 @@
|
|||||||
window.UAParser = UAParser;
|
window.UAParser = UAParser;
|
||||||
// requirejs env (optional)
|
// requirejs env (optional)
|
||||||
if (typeof(define) === FUNC_TYPE && define.amd) {
|
if (typeof(define) === FUNC_TYPE && define.amd) {
|
||||||
define(function() {
|
define(function() {
|
||||||
return UAParser;
|
return UAParser;
|
||||||
});
|
});
|
||||||
|
}
|
||||||
// jQuery specific (optional)
|
// jQuery specific (optional)
|
||||||
if (typeof(window.jQuery) !== UNDEF_TYPE) {
|
if (typeof(window.jQuery) !== UNDEF_TYPE) {
|
||||||
var $ = window.jQuery;
|
var $ = window.jQuery;
|
||||||
|
|||||||
2
src/ua-parser.min.js
vendored
2
src/ua-parser.min.js
vendored
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user