mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-15 10:05:40 +02:00
Change destroy -> dispose
This commit is contained in:
@@ -612,7 +612,7 @@ const Tooltip = (($) => {
|
|||||||
let _config = typeof config === 'object' ?
|
let _config = typeof config === 'object' ?
|
||||||
config : null
|
config : null
|
||||||
|
|
||||||
if (!data && /destroy|hide/.test(config)) {
|
if (!data && /dispose|hide/.test(config)) {
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user