mirror of
https://github.com/twbs/bootstrap.git
synced 2025-02-25 20:32:51 +01:00
Change destroy -> dispose
This commit is contained in:
parent
c34fdd415e
commit
6d451ad99d
@ -612,7 +612,7 @@ const Tooltip = (($) => {
|
||||
let _config = typeof config === 'object' ?
|
||||
config : null
|
||||
|
||||
if (!data && /destroy|hide/.test(config)) {
|
||||
if (!data && /dispose|hide/.test(config)) {
|
||||
return
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user