diff options
| author | Chris Rebert <[email protected]> | 2015-02-25 19:49:26 -0800 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2015-02-25 19:49:26 -0800 |
| commit | a339bfb0accc2bbb2ab91c777e1bdd431b08c0f5 (patch) | |
| tree | d4e6120f91cce83a1259f2beb41fe75045b52738 | |
| parent | 804457c474c686d4b5f45545da0dbad5ed56e387 (diff) | |
| parent | 91b384399c3c7c299466c595235640f336b3fc15 (diff) | |
| download | bootstrap-a339bfb0accc2bbb2ab91c777e1bdd431b08c0f5.tar.xz bootstrap-a339bfb0accc2bbb2ab91c777e1bdd431b08c0f5.zip | |
Merge pull request #15693 from huang-x-h/patch-1
tip method in popover.js can be removed
| -rw-r--r-- | js/popover.js | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/js/popover.js b/js/popover.js index be65b11a1..09be24433 100644 --- a/js/popover.js +++ b/js/popover.js @@ -75,11 +75,6 @@ return (this.$arrow = this.$arrow || this.tip().find('.arrow')) } - Popover.prototype.tip = function () { - if (!this.$tip) this.$tip = $(this.options.template) - return this.$tip - } - // POPOVER PLUGIN DEFINITION // ========================= |
