mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-01 03:10:14 +02:00
Fix spacing after '='
Just added a space after a function definition to tidy up the code.
This commit is contained in:
@@ -81,7 +81,7 @@
|
|||||||
o.content)
|
o.content)
|
||||||
}
|
}
|
||||||
|
|
||||||
Popover.prototype.arrow =function () {
|
Popover.prototype.arrow = function () {
|
||||||
return this.$arrow = this.$arrow || this.tip().find('.arrow')
|
return this.$arrow = this.$arrow || this.tip().find('.arrow')
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user