0
0
mirror of https://github.com/twbs/bootstrap.git synced 2024-12-01 13:24:25 +01:00

Merge pull request #15693 from huang-x-h/patch-1

tip method in popover.js can be removed
This commit is contained in:
Chris Rebert 2015-02-25 19:49:26 -08:00
commit a339bfb0ac

View File

@ -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
// =========================