1
0
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:
Johann-S 2015-09-16 09:46:55 +02:00
parent c34fdd415e
commit 6d451ad99d

View File

@ -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
}