diff options
| author | Chris Rebert <[email protected]> | 2015-12-05 02:19:21 -0800 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2015-12-05 02:19:46 -0800 |
| commit | 75c39f9138ea95e8d472812117b13f1ed7978157 (patch) | |
| tree | 860ce894662dbcf1aaa5370447f2d96efb52a569 /js/src/tooltip.js | |
| parent | 3cd8bd58e3a56161d8c4b131f3566ad84c885a40 (diff) | |
| download | bootstrap-75c39f9138ea95e8d472812117b13f1ed7978157.tar.xz bootstrap-75c39f9138ea95e8d472812117b13f1ed7978157.zip | |
Fix version numbers is JS files; fixes #18435
[skip sauce]
[skip validator]
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 6bd17353d..b0eec1abc 100644 --- a/js/src/tooltip.js +++ b/js/src/tooltip.js @@ -5,7 +5,7 @@ import Util from './util' /** * -------------------------------------------------------------------------- - * Bootstrap (v4.0.0): tooltip.js + * Bootstrap (v4.0.0-alpha): tooltip.js * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) * -------------------------------------------------------------------------- */ @@ -28,7 +28,7 @@ const Tooltip = (($) => { */ const NAME = 'tooltip' - const VERSION = '4.0.0' + const VERSION = '4.0.0-alpha' const DATA_KEY = 'bs.tooltip' const EVENT_KEY = `.${DATA_KEY}` const JQUERY_NO_CONFLICT = $.fn[NAME] |
