2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-27 14:46:01 +03:00

Fix spacing after '='

Just added a space after a function definition to tidy up the code.
This commit is contained in:
Braden Whitten
2013-08-06 17:02:57 -04:00
parent 8b8bf91825
commit f816a18f79
+1 -1
View File
@@ -81,7 +81,7 @@
o.content)
}
Popover.prototype.arrow =function () {
Popover.prototype.arrow = function () {
return this.$arrow = this.$arrow || this.tip().find('.arrow')
}