grunt dist on spacing change

This commit is contained in:
Mark Otto 2013-08-06 14:57:14 -07:00
parent 187e6641a8
commit 06949d6a18
1 changed files with 1 additions and 1 deletions

View File

@ -1526,7 +1526,7 @@ if (!jQuery) { throw new Error("Bootstrap requires jQuery") }
o.content)
}
Popover.prototype.arrow =function () {
Popover.prototype.arrow = function () {
return this.$arrow = this.$arrow || this.tip().find('.arrow')
}