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

tooltip.js: add missing space

parent 2b6ec389
Showing with 1 addition and 1 deletion
+1 -1
......@@ -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')
}
......
Supports Markdown
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