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

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <markdotto@gmail.com>2018-01-18 19:21:22 +0300
committerMark Otto <markd.otto@gmail.com>2018-01-18 21:24:51 +0300
commit572d00ac7e4ffdb91c1015d83100ea1c279af6ca (patch)
tree9488d2d4b052865bf67694a6200c0aef24586b3d /js/dist/tooltip.js
parentbffa438f8ea7baff361fe04b1d50eb9254d3fdbe (diff)
Bump version to 4.0.0
Diffstat (limited to 'js/dist/tooltip.js')
-rw-r--r--js/dist/tooltip.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/js/dist/tooltip.js b/js/dist/tooltip.js
index 4d0dc01341..8f3dc5e603 100644
--- a/js/dist/tooltip.js
+++ b/js/dist/tooltip.js
@@ -6,7 +6,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d
/**
* --------------------------------------------------------------------------
- * Bootstrap (v4.0.0-beta.3): tooltip.js
+ * Bootstrap (v4.0.0): tooltip.js
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
* --------------------------------------------------------------------------
*/
@@ -17,7 +17,7 @@ var Tooltip = function ($) {
* ------------------------------------------------------------------------
*/
var NAME = 'tooltip';
- var VERSION = '4.0.0-beta.3';
+ var VERSION = '4.0.0';
var DATA_KEY = 'bs.tooltip';
var EVENT_KEY = "." + DATA_KEY;
var JQUERY_NO_CONFLICT = $.fn[NAME];