aboutsummaryrefslogtreecommitdiff
path: root/dist/js/bootstrap.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 /dist/js/bootstrap.js
parent5ee2a221ca03a008ae17fa576df78dcd92620671 (diff)
downloadbootstrap-c54b8adb85a1dd8d51a29ffabce14d561f894b58.tar.xz
bootstrap-c54b8adb85a1dd8d51a29ffabce14d561f894b58.zip
fixes #8814
Diffstat (limited to 'dist/js/bootstrap.js')
-rw-r--r--dist/js/bootstrap.js4
1 files changed, 0 insertions, 4 deletions
diff --git a/dist/js/bootstrap.js b/dist/js/bootstrap.js
index 05421141f..a200e1589 100644
--- a/dist/js/bootstrap.js
+++ b/dist/js/bootstrap.js
@@ -1509,10 +1509,6 @@ if (!jQuery) { throw new Error("Bootstrap requires jQuery") }
return this.$tip
}
- Popover.prototype.destroy = function () {
- this.hide().$element.off('.' + this.type).removeData(this.type)
- }
-
// POPOVER PLUGIN DEFINITION
// =========================