0
0
mirror of https://github.com/twbs/bootstrap.git synced 2024-12-01 13:24:25 +01: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

View File

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