mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-24 08:20:23 +00:00
Merge pull request #9169 from bwhitty/3.0.0-wip
Fix spacing after '=' in popover.js
This commit is contained in:
commit
187e6641a8
1 changed files with 1 additions and 1 deletions
|
|
@ -81,7 +81,7 @@
|
|||
o.content)
|
||||
}
|
||||
|
||||
Popover.prototype.arrow =function () {
|
||||
Popover.prototype.arrow = function () {
|
||||
return this.$arrow = this.$arrow || this.tip().find('.arrow')
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue