0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-01-17 09:52:29 +01:00

Merge pull request #17614 from Johann-S/patchTooltip

[Fix #17611][V4] Change destroy to dispose for tooltip in _JQueryInterface
This commit is contained in:
Mark Otto 2016-10-10 13:03:28 -07:00 committed by GitHub
commit 259fa88e3e

View File

@ -610,7 +610,7 @@ const Tooltip = (($) => {
let _config = typeof config === 'object' ?
config : null
if (!data && /destroy|hide/.test(config)) {
if (!data && /dispose|hide/.test(config)) {
return
}