diff options
| author | Mark Otto <[email protected]> | 2018-07-23 19:25:52 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2018-07-24 08:54:34 -0700 |
| commit | 3b558734382ce58b51e5fc676453bfd53bba9201 (patch) | |
| tree | 2d84810c8b859fd34deb7e3a420f18b2fce30190 /js/src/tooltip.js | |
| parent | 72447ad4972105e920f1767f369b98a76dcfa107 (diff) | |
| download | bootstrap-4.1.3.tar.xz bootstrap-4.1.3.zip | |
Ship v4.1.3v4.1.3
Diffstat (limited to 'js/src/tooltip.js')
| -rw-r--r-- | js/src/tooltip.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/js/src/tooltip.js b/js/src/tooltip.js index 2837c5e19..72d9ba177 100644 --- a/js/src/tooltip.js +++ b/js/src/tooltip.js @@ -4,7 +4,7 @@ import Util from './util' /** * -------------------------------------------------------------------------- - * Bootstrap (v4.1.2): tooltip.js + * Bootstrap (v4.1.3): tooltip.js * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) * -------------------------------------------------------------------------- */ @@ -17,7 +17,7 @@ const Tooltip = (($) => { */ const NAME = 'tooltip' - const VERSION = '4.1.2' + const VERSION = '4.1.3' const DATA_KEY = 'bs.tooltip' const EVENT_KEY = `.${DATA_KEY}` const JQUERY_NO_CONFLICT = $.fn[NAME] |
