aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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
// =========================