aboutsummaryrefslogtreecommitdiff
path: root/js
diff options
context:
space:
mode:
authorBraden Whitten <[email protected]>2013-08-06 17:02:57 -0400
committerBraden Whitten <[email protected]>2013-08-06 17:02:57 -0400
commitf816a18f7980d22de07f6e341551af68c3ba7958 (patch)
treeb5c485a3dd263eaa979bc608f70d430383e5a89f /js
parent8b8bf91825862b989890605b9d934cc8172f9714 (diff)
downloadbootstrap-f816a18f7980d22de07f6e341551af68c3ba7958.tar.xz
bootstrap-f816a18f7980d22de07f6e341551af68c3ba7958.zip
Fix spacing after '='
Just added a space after a function definition to tidy up the code.
Diffstat (limited to 'js')
-rw-r--r--js/popover.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/popover.js b/js/popover.js
index 4d4979247..24b85715f 100644
--- a/js/popover.js
+++ b/js/popover.js
@@ -81,7 +81,7 @@
o.content)
}
- Popover.prototype.arrow =function () {
+ Popover.prototype.arrow = function () {
return this.$arrow = this.$arrow || this.tip().find('.arrow')
}