diff options
| author | Mark Otto <[email protected]> | 2013-08-06 14:57:14 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-08-06 14:57:14 -0700 |
| commit | 06949d6a1801704282442696ec7f46c5c331918e (patch) | |
| tree | 3e27648f155bd550f7085cab6cc11edd957e2b3d | |
| parent | 187e6641a86c8cd94fcb7649962958f0caaea010 (diff) | |
| download | bootstrap-06949d6a1801704282442696ec7f46c5c331918e.tar.xz bootstrap-06949d6a1801704282442696ec7f46c5c331918e.zip | |
grunt dist on spacing change
| -rw-r--r-- | dist/js/bootstrap.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dist/js/bootstrap.js b/dist/js/bootstrap.js index 3ec3b8707..65c36b055 100644 --- a/dist/js/bootstrap.js +++ b/dist/js/bootstrap.js @@ -1526,7 +1526,7 @@ if (!jQuery) { throw new Error("Bootstrap requires jQuery") } o.content) } - Popover.prototype.arrow =function () { + Popover.prototype.arrow = function () { return this.$arrow = this.$arrow || this.tip().find('.arrow') } |
