Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap-rubygem.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGleb Mazovetskiy <glex.spb@gmail.com>2022-09-18 10:20:17 +0300
committerGleb Mazovetskiy <glex.spb@gmail.com>2022-09-18 10:20:19 +0300
commit13e4101c4a74038687a665437201fbe72d444948 (patch)
tree6f3e447d98eab4e32def4dbf1f6d0209e64ce2e7 /assets/javascripts/bootstrap/tooltip.js
parentdb46be8bfb24409f2736940395d574ac4207fec4 (diff)
Update to v4.6.2v4.6.24.6-stable
1. `rake 'update[e5643aaa89eb67327a5b4abe7db976f0ea276b70]'` 2. Bump version in README.md and version.rb.
Diffstat (limited to 'assets/javascripts/bootstrap/tooltip.js')
-rw-r--r--assets/javascripts/bootstrap/tooltip.js14
1 files changed, 8 insertions, 6 deletions
diff --git a/assets/javascripts/bootstrap/tooltip.js b/assets/javascripts/bootstrap/tooltip.js
index 9d97ab2..c2f45a4 100644
--- a/assets/javascripts/bootstrap/tooltip.js
+++ b/assets/javascripts/bootstrap/tooltip.js
@@ -1,6 +1,6 @@
/*!
- * Bootstrap tooltip.js v4.6.1 (https://getbootstrap.com/)
- * Copyright 2011-2021 The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors)
+ * Bootstrap tooltip.js v4.6.2 (https://getbootstrap.com/)
+ * Copyright 2011-2022 The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors)
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
*/
(function (global, factory) {
@@ -28,11 +28,14 @@
function _createClass(Constructor, protoProps, staticProps) {
if (protoProps) _defineProperties(Constructor.prototype, protoProps);
if (staticProps) _defineProperties(Constructor, staticProps);
+ Object.defineProperty(Constructor, "prototype", {
+ writable: false
+ });
return Constructor;
}
function _extends() {
- _extends = Object.assign || function (target) {
+ _extends = Object.assign ? Object.assign.bind() : function (target) {
for (var i = 1; i < arguments.length; i++) {
var source = arguments[i];
@@ -45,13 +48,12 @@
return target;
};
-
return _extends.apply(this, arguments);
}
/**
* --------------------------------------------------------------------------
- * Bootstrap (v4.6.1): tools/sanitizer.js
+ * Bootstrap (v4.6.2): tools/sanitizer.js
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
* --------------------------------------------------------------------------
*/
@@ -176,7 +178,7 @@
*/
var NAME = 'tooltip';
- var VERSION = '4.6.1';
+ var VERSION = '4.6.2';
var DATA_KEY = 'bs.tooltip';
var EVENT_KEY = "." + DATA_KEY;
var JQUERY_NO_CONFLICT = $__default["default"].fn[NAME];