diff options
| author | XhmikosR <[email protected]> | 2020-08-04 19:24:33 +0300 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-08-04 19:24:33 +0300 |
| commit | 89dc9750ec029a1479cba87f27ab936df6edb681 (patch) | |
| tree | 81a068c1d45a2c8e3d1d562b55d55c9bb1b91c04 /js/dist/util.js | |
| parent | e0f89dc90b8c5ded70f64e191548b3ee591062b9 (diff) | |
| download | bootstrap-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.js | 10 |
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) * -------------------------------------------------------------------------- */ /** |
