From: Chris Rebert Date: Mon, 5 Aug 2013 00:36:08 +0000 (-0700) Subject: tooltip.js: add missing space X-Git-Tag: v3.0.0-rc.2~136 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=180034a4b450fb4a6567d6dbaaeb680905d798c4;p=thirdparty%2Fbootstrap.git tooltip.js: add missing space --- diff --git a/js/tooltip.js b/js/tooltip.js index 3f9df03407..8f2beedce2 100644 --- a/js/tooltip.js +++ b/js/tooltip.js @@ -314,7 +314,7 @@ 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') }