diff options
| author | fat <[email protected]> | 2013-07-30 13:33:56 -0700 |
|---|---|---|
| committer | fat <[email protected]> | 2013-07-30 13:33:56 -0700 |
| commit | c54b8adb85a1dd8d51a29ffabce14d561f894b58 (patch) | |
| tree | cba5610520b3300443eff98cd8aefc1b6e5043c5 /dist/js/bootstrap.js | |
| parent | 5ee2a221ca03a008ae17fa576df78dcd92620671 (diff) | |
| download | bootstrap-c54b8adb85a1dd8d51a29ffabce14d561f894b58.tar.xz bootstrap-c54b8adb85a1dd8d51a29ffabce14d561f894b58.zip | |
fixes #8814
Diffstat (limited to 'dist/js/bootstrap.js')
| -rw-r--r-- | dist/js/bootstrap.js | 4 |
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 // ========================= |
