mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-09 07:06:36 +02:00
grunt
This commit is contained in:
2
js/dist/tooltip.js
vendored
2
js/dist/tooltip.js
vendored
@@ -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;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user