diff options
| author | Braden Whitten <[email protected]> | 2013-08-06 17:02:57 -0400 |
|---|---|---|
| committer | Braden Whitten <[email protected]> | 2013-08-06 17:02:57 -0400 |
| commit | f816a18f7980d22de07f6e341551af68c3ba7958 (patch) | |
| tree | b5c485a3dd263eaa979bc608f70d430383e5a89f /js | |
| parent | 8b8bf91825862b989890605b9d934cc8172f9714 (diff) | |
| download | bootstrap-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.js | 2 |
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') } |
