aboutsummaryrefslogtreecommitdiff
path: root/docs/assets/js/bootstrap.js
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-05-22 21:51:54 -0700
committerMark Otto <[email protected]>2013-05-22 21:51:54 -0700
commit9868d9403c303dcdab8919bbbd6295c2ef424a31 (patch)
tree06ab70a377b927344743afc940f0a4aaec39f791 /docs/assets/js/bootstrap.js
parentcdcc3e87688e470598fb8254194a5c86f72dd368 (diff)
parente7b4fedee8f0e7590d0b8eff7aaae160bad0e483 (diff)
downloadbootstrap-9868d9403c303dcdab8919bbbd6295c2ef424a31.tar.xz
bootstrap-9868d9403c303dcdab8919bbbd6295c2ef424a31.zip
Merge branch '3.0.0-wip' of github.com:twitter/bootstrap into 3.0.0-wip
Diffstat (limited to 'docs/assets/js/bootstrap.js')
-rw-r--r--docs/assets/js/bootstrap.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/assets/js/bootstrap.js b/docs/assets/js/bootstrap.js
index a24db7b48..f19a123a4 100644
--- a/docs/assets/js/bootstrap.js
+++ b/docs/assets/js/bootstrap.js
@@ -1088,7 +1088,7 @@
this._options && $.each(this._options, function (key, value) {
if (defaults[key] != value) options[key] = value
- }, this)
+ })
var self = $(e.currentTarget)[this.type](options).data('bs.' + this.type)