aboutsummaryrefslogtreecommitdiff
path: root/js/dist/tooltip.js
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2016-10-16 19:44:11 -0700
committerMark Otto <[email protected]>2016-10-16 19:44:11 -0700
commit6d6538fc81ebdb9e29ca5a5a4e8e5768b9358fe9 (patch)
tree5c83f73275641b215825074cdd3393e09292be41 /js/dist/tooltip.js
parent5b7ec495e37f0a1efa83375572cf0ceb3d735da8 (diff)
downloadbootstrap-6d6538fc81ebdb9e29ca5a5a4e8e5768b9358fe9.tar.xz
bootstrap-6d6538fc81ebdb9e29ca5a5a4e8e5768b9358fe9.zip
grunt
Diffstat (limited to 'js/dist/tooltip.js')
-rw-r--r--js/dist/tooltip.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/dist/tooltip.js b/js/dist/tooltip.js
index 33a39404a..9d069adfb 100644
--- a/js/dist/tooltip.js
+++ b/js/dist/tooltip.js
@@ -515,7 +515,7 @@ var Tooltip = function ($) {
var data = $(this).data(DATA_KEY);
var _config = (typeof config === 'undefined' ? 'undefined' : _typeof(config)) === 'object' ? config : null;
- if (!data && /destroy|hide/.test(config)) {
+ if (!data && /dispose|hide/.test(config)) {
return;
}