mirror of
https://github.com/twbs/bootstrap.git
synced 2025-01-17 21:49:09 +01:00
Fix spacing after '='
Just added a space after a function definition to tidy up the code.
This commit is contained in:
parent
8b8bf91825
commit
f816a18f79
@ -81,7 +81,7 @@
|
||||
o.content)
|
||||
}
|
||||
|
||||
Popover.prototype.arrow =function () {
|
||||
Popover.prototype.arrow = function () {
|
||||
return this.$arrow = this.$arrow || this.tip().find('.arrow')
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user