From 06949d6a1801704282442696ec7f46c5c331918e Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Tue, 6 Aug 2013 14:57:14 -0700 Subject: [PATCH] grunt dist on spacing change --- dist/js/bootstrap.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/js/bootstrap.js b/dist/js/bootstrap.js index 3ec3b8707c..65c36b0556 100644 --- a/dist/js/bootstrap.js +++ b/dist/js/bootstrap.js @@ -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') }