2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-20 20:00:36 +03:00

tooltip.js: add missing space

This commit is contained in:
Chris Rebert
2013-08-04 17:36:08 -07:00
parent 2b6ec38987
commit 180034a4b4
+1 -1
View File
@@ -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')
} }