diff options
| author | Chris Rebert <[email protected]> | 2013-08-06 14:25:17 -0700 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2013-08-06 14:25:17 -0700 |
| commit | 187e6641a86c8cd94fcb7649962958f0caaea010 (patch) | |
| tree | 1bda4ca12966797ba763de56e4c23282afb808a9 | |
| parent | 521f852744399a6e9f1cf1b944db682b56b85c3a (diff) | |
| parent | f816a18f7980d22de07f6e341551af68c3ba7958 (diff) | |
| download | bootstrap-187e6641a86c8cd94fcb7649962958f0caaea010.tar.xz bootstrap-187e6641a86c8cd94fcb7649962958f0caaea010.zip | |
Merge pull request #9169 from bwhitty/3.0.0-wip
Fix spacing after '=' in popover.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') } |
