aboutsummaryrefslogtreecommitdiff
path: root/js
diff options
context:
space:
mode:
authorfat <[email protected]>2013-07-30 13:33:56 -0700
committerfat <[email protected]>2013-07-30 13:33:56 -0700
commitc54b8adb85a1dd8d51a29ffabce14d561f894b58 (patch)
treecba5610520b3300443eff98cd8aefc1b6e5043c5 /js
parent5ee2a221ca03a008ae17fa576df78dcd92620671 (diff)
downloadbootstrap-c54b8adb85a1dd8d51a29ffabce14d561f894b58.tar.xz
bootstrap-c54b8adb85a1dd8d51a29ffabce14d561f894b58.zip
fixes #8814
Diffstat (limited to 'js')
-rw-r--r--js/popover.js4
1 files changed, 0 insertions, 4 deletions
diff --git a/js/popover.js b/js/popover.js
index 7abca8acb..b5888b6e4 100644
--- a/js/popover.js
+++ b/js/popover.js
@@ -80,10 +80,6 @@
return this.$tip
}
- Popover.prototype.destroy = function () {
- this.hide().$element.off('.' + this.type).removeData(this.type)
- }
-
// POPOVER PLUGIN DEFINITION
// =========================