diff options
| author | Mark Otto <[email protected]> | 2013-08-04 21:09:05 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-08-04 21:09:05 -0700 |
| commit | 300a9e7b5ac87aa95bf149e2e89ca66dbf1e531d (patch) | |
| tree | 45cd833c9be99bee6d471fc80ea03eb47c1df529 | |
| parent | 180034a4b450fb4a6567d6dbaaeb680905d798c4 (diff) | |
| download | bootstrap-300a9e7b5ac87aa95bf149e2e89ca66dbf1e531d.tar.xz bootstrap-300a9e7b5ac87aa95bf149e2e89ca66dbf1e531d.zip | |
run grunt dist
| -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 dc6344d5a..29f4eea40 100644 --- a/dist/js/bootstrap.js +++ b/dist/js/bootstrap.js @@ -1380,7 +1380,7 @@ if (!jQuery) { throw new Error("Bootstrap requires jQuery") } return this.$tip = this.$tip || $(this.options.template) } - Tooltip.prototype.arrow =function () { + Tooltip.prototype.arrow = function () { return this.$arrow = this.$arrow || this.tip().find('.tooltip-arrow') } |
