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') }