1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-09 07:06:36 +02:00
This commit is contained in:
Mark Otto
2016-10-16 19:44:11 -07:00
parent 5b7ec495e3
commit 6d6538fc81
28 changed files with 49 additions and 31 deletions

2
js/dist/tooltip.js vendored
View File

@@ -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;
}