aboutsummaryrefslogtreecommitdiff
path: root/js/dist/tooltip.js
diff options
context:
space:
mode:
authorXhmikosR <[email protected]>2020-06-16 21:50:01 +0300
committerXhmikosR <[email protected]>2020-06-16 22:02:03 +0300
commitebb0b8c68c8dabc9ba7065a07f280335d12d42bd (patch)
tree76c054bfec94b22a6e6af60704829ebf2767ad73 /js/dist/tooltip.js
parent723cd8d12bdd48f389234b5fc40c3b1789807b4d (diff)
downloadbootstrap-ebb0b8c68c8dabc9ba7065a07f280335d12d42bd.tar.xz
bootstrap-ebb0b8c68c8dabc9ba7065a07f280335d12d42bd.zip
Run dist.
Diffstat (limited to 'js/dist/tooltip.js')
-rw-r--r--js/dist/tooltip.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/js/dist/tooltip.js b/js/dist/tooltip.js
index 3c062f17b..a801652f9 100644
--- a/js/dist/tooltip.js
+++ b/js/dist/tooltip.js
@@ -1,7 +1,7 @@
/*!
* Bootstrap tooltip.js v5.0.0-alpha1 (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('./dom/data.js'), require('./dom/event-handler.js'), require('./dom/manipulator.js'), require('popper.js'), require('./dom/selector-engine.js')) :
@@ -18,7 +18,7 @@
/**
* --------------------------------------------------------------------------
* Bootstrap (v5.0.0-alpha1): util/index.js
- * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
+ * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
* --------------------------------------------------------------------------
*/
var MAX_UID = 1000000;
@@ -149,7 +149,7 @@
/**
* --------------------------------------------------------------------------
* Bootstrap (v5.0.0-alpha1): util/sanitizer.js
- * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
+ * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
* --------------------------------------------------------------------------
*/
var uriAttrs = ['background', 'cite', 'href', 'itemtype', 'longdesc', 'poster', 'src', 'xlink:href'];