mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
tooltip.js: add missing space
This commit is contained in:
parent
2b6ec38987
commit
180034a4b4
1 changed files with 1 additions and 1 deletions
|
@ -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')
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue