diff options
| author | Mark Otto <[email protected]> | 2012-06-20 23:46:29 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-06-20 23:46:29 -0700 |
| commit | 59153205b337df6900a681eb3b3681620bd20ec2 (patch) | |
| tree | 91d5b42a7d98da16ce3eee437d89e13b0210a74e /docs/assets/js/bootstrap-popover.js | |
| parent | 3875a9f31b278d67e3774fbf92972f9f400130aa (diff) | |
| download | bootstrap-59153205b337df6900a681eb3b3681620bd20ec2.tar.xz bootstrap-59153205b337df6900a681eb3b3681620bd20ec2.zip | |
run make on js files
Diffstat (limited to 'docs/assets/js/bootstrap-popover.js')
| -rw-r--r-- | docs/assets/js/bootstrap-popover.js | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/assets/js/bootstrap-popover.js b/docs/assets/js/bootstrap-popover.js index c6c1f8b47..fe22ecb47 100644 --- a/docs/assets/js/bootstrap-popover.js +++ b/docs/assets/js/bootstrap-popover.js @@ -71,6 +71,10 @@ return this.$tip } + , destroy: function () { + this.$element.off().removeData('popover') + } + }) |
