1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-17 11:00:56 +02:00

automatic grunt dist

This commit is contained in:
Bootstrap's Grunt bot
2015-02-26 03:51:28 +00:00
parent a339bfb0ac
commit 1d34615758
2 changed files with 2 additions and 7 deletions

View File

@@ -1784,11 +1784,6 @@ if (typeof jQuery === 'undefined') {
return (this.$arrow = this.$arrow || this.tip().find('.arrow')) 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 // POPOVER PLUGIN DEFINITION
// ========================= // =========================

File diff suppressed because one or more lines are too long