aboutsummaryrefslogtreecommitdiff
path: root/js
diff options
context:
space:
mode:
authorChris Rebert <[email protected]>2015-02-25 19:49:26 -0800
committerChris Rebert <[email protected]>2015-02-25 19:49:26 -0800
commita339bfb0accc2bbb2ab91c777e1bdd431b08c0f5 (patch)
treed4e6120f91cce83a1259f2beb41fe75045b52738 /js
parent804457c474c686d4b5f45545da0dbad5ed56e387 (diff)
parent91b384399c3c7c299466c595235640f336b3fc15 (diff)
downloadbootstrap-a339bfb0accc2bbb2ab91c777e1bdd431b08c0f5.tar.xz
bootstrap-a339bfb0accc2bbb2ab91c777e1bdd431b08c0f5.zip
Merge pull request #15693 from huang-x-h/patch-1
tip method in popover.js can be removed
Diffstat (limited to 'js')
-rw-r--r--js/popover.js5
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
// =========================