mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-04-19 11:50:59 +00:00
Change destroy -> dispose
This commit is contained in:
parent
c34fdd415e
commit
6d451ad99d
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue