Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'js/dist/popover.js')
-rw-r--r--js/dist/popover.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/dist/popover.js b/js/dist/popover.js
index 331b8140d1..97a547b2a2 100644
--- a/js/dist/popover.js
+++ b/js/dist/popover.js
@@ -183,7 +183,7 @@
var _config = typeof config === 'object' ? config : null;
- if (!data && /destroy|hide/.test(config)) {
+ if (!data && /dispose|hide/.test(config)) {
return;
}