From 300a9e7b5ac87aa95bf149e2e89ca66dbf1e531d Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sun, 4 Aug 2013 21:09:05 -0700 Subject: [PATCH] run grunt dist --- 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 dc6344d5a6..29f4eea403 100644 --- a/dist/js/bootstrap.js +++ b/dist/js/bootstrap.js @@ -1380,7 +1380,7 @@ if (!jQuery) { throw new Error("Bootstrap requires jQuery") } return this.$tip = this.$tip || $(this.options.template) } - Tooltip.prototype.arrow =function () { + Tooltip.prototype.arrow = function () { return this.$arrow = this.$arrow || this.tip().find('.tooltip-arrow') } -- 2.47.2