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/bootstrap-popover.js')
-rw-r--r--js/bootstrap-popover.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/js/bootstrap-popover.js b/js/bootstrap-popover.js
index c6c1f8b473..fe22ecb47c 100644
--- a/js/bootstrap-popover.js
+++ b/js/bootstrap-popover.js
@@ -71,6 +71,10 @@
return this.$tip
}
+ , destroy: function () {
+ this.$element.off().removeData('popover')
+ }
+
})