Commit 180034a4 authored by Chris Rebert's avatar Chris Rebert

tooltip.js: add missing space

parent 2b6ec389
...@@ -314,7 +314,7 @@ ...@@ -314,7 +314,7 @@
return this.$tip = this.$tip || $(this.options.template) 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') return this.$arrow = this.$arrow || this.tip().find('.tooltip-arrow')
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment