Skip to content

Commit

Permalink
Merge pull request #15693 from huang-x-h/patch-1
Browse files Browse the repository at this point in the history
tip method in popover.js can be removed
  • Loading branch information
cvrebert committed Feb 26, 2015
2 parents 804457c + 91b3843 commit a339bfb
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions js/popover.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
// =========================
Expand Down

0 comments on commit a339bfb

Please sign in to comment.