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 /js | |
| parent | 5ee2a221ca03a008ae17fa576df78dcd92620671 (diff) | |
| download | bootstrap-c54b8adb85a1dd8d51a29ffabce14d561f894b58.tar.xz bootstrap-c54b8adb85a1dd8d51a29ffabce14d561f894b58.zip | |
fixes #8814
Diffstat (limited to 'js')
| -rw-r--r-- | js/popover.js | 4 |
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 // ========================= |
