From 180034a4b450fb4a6567d6dbaaeb680905d798c4 Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Sun, 4 Aug 2013 17:36:08 -0700 Subject: [PATCH] tooltip.js: add missing space --- js/tooltip.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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') }