diff --git a/js/popover.js b/js/popover.js index be65b11a1743..09be24433bff 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 // =========================