mirror of https://github.com/twbs/bootstrap.git
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…
Reference in New Issue