aboutsummaryrefslogtreecommitdiff
path: root/dist
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-08-04 21:09:05 -0700
committerMark Otto <[email protected]>2013-08-04 21:09:05 -0700
commit300a9e7b5ac87aa95bf149e2e89ca66dbf1e531d (patch)
tree45cd833c9be99bee6d471fc80ea03eb47c1df529 /dist
parent180034a4b450fb4a6567d6dbaaeb680905d798c4 (diff)
downloadbootstrap-300a9e7b5ac87aa95bf149e2e89ca66dbf1e531d.tar.xz
bootstrap-300a9e7b5ac87aa95bf149e2e89ca66dbf1e531d.zip
run grunt dist
Diffstat (limited to 'dist')
-rw-r--r--dist/js/bootstrap.js2
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')
}