1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-09 07:06:36 +02:00
This commit is contained in:
Mark Otto
2018-08-18 20:22:08 -07:00
parent ab7ce480f2
commit c0fd91788e
32 changed files with 1198 additions and 124 deletions

2
js/dist/popover.js vendored
View File

@@ -183,7 +183,7 @@
var _config = typeof config === 'object' ? config : null;
if (!data && /destroy|hide/.test(config)) {
if (!data && /dispose|hide/.test(config)) {
return;
}