assets/javascripts/bootstrap/popover.js in bootstrap-5.1.2 vs assets/javascripts/bootstrap/popover.js in bootstrap-5.1.3

- old
+ new

@@ -1,7 +1,7 @@ /*! - * Bootstrap popover.js v5.1.2 (https://getbootstrap.com/) + * Bootstrap popover.js v5.1.3 (https://getbootstrap.com/) * Copyright 2011-2021 The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors) * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE) */ (function (global, factory) { typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory(require('./tooltip.js')) : @@ -13,11 +13,11 @@ const Tooltip__default = /*#__PURE__*/_interopDefaultLegacy(Tooltip); /** * -------------------------------------------------------------------------- - * Bootstrap (v5.1.2): util/index.js + * Bootstrap (v5.1.3): util/index.js * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE) * -------------------------------------------------------------------------- */ const getjQuery = () => { @@ -68,10 +68,10 @@ }); }; /** * -------------------------------------------------------------------------- - * Bootstrap (v5.1.2): popover.js + * Bootstrap (v5.1.3): popover.js * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE) * -------------------------------------------------------------------------- */ /** * ------------------------------------------------------------------------