aboutsummaryrefslogtreecommitdiff
path: root/js/dist/util.js
diff options
context:
space:
mode:
authorXhmikosR <[email protected]>2020-08-04 19:24:33 +0300
committerGitHub <[email protected]>2020-08-04 19:24:33 +0300
commit89dc9750ec029a1479cba87f27ab936df6edb681 (patch)
tree81a068c1d45a2c8e3d1d562b55d55c9bb1b91c04 /js/dist/util.js
parente0f89dc90b8c5ded70f64e191548b3ee591062b9 (diff)
downloadbootstrap-4.5.1.tar.xz
bootstrap-4.5.1.zip
Prepare v4.5.1. (#31408)v4.5.1
Diffstat (limited to 'js/dist/util.js')
-rw-r--r--js/dist/util.js10
1 files changed, 5 insertions, 5 deletions
diff --git a/js/dist/util.js b/js/dist/util.js
index 21e8d997d..91a235ee2 100644
--- a/js/dist/util.js
+++ b/js/dist/util.js
@@ -1,20 +1,20 @@
/*!
- * Bootstrap util.js v4.5.0 (https://getbootstrap.com/)
+ * Bootstrap util.js v4.5.1 (https://getbootstrap.com/)
* Copyright 2011-2020 The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors)
- * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
+ * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
*/
(function (global, factory) {
typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory(require('jquery')) :
typeof define === 'function' && define.amd ? define(['jquery'], factory) :
- (global = global || self, global.Util = factory(global.jQuery));
+ (global = typeof globalThis !== 'undefined' ? globalThis : global || self, global.Util = factory(global.jQuery));
}(this, (function ($) { 'use strict';
$ = $ && Object.prototype.hasOwnProperty.call($, 'default') ? $['default'] : $;
/**
* --------------------------------------------------------------------------
- * Bootstrap (v4.5.0): util.js
- * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
+ * Bootstrap (v4.5.1): util.js
+ * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
* --------------------------------------------------------------------------
*/
/**