aboutsummaryrefslogtreecommitdiff
path: root/docs/assets/js/bootstrap.js
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-12-21 18:59:14 -0800
committerMark Otto <[email protected]>2012-12-21 18:59:14 -0800
commitd23006a6bd76959db3c1ef2de6451e8905e77046 (patch)
tree3852800fb7608efd4a103d6fa83658e71e5a2368 /docs/assets/js/bootstrap.js
parentccafc8a01023d66768b34b2597e50d6f7df4ca58 (diff)
parent818c56f078ff3b14fefceca77608d1e95f33a783 (diff)
downloadbootstrap-d23006a6bd76959db3c1ef2de6451e8905e77046.tar.xz
bootstrap-d23006a6bd76959db3c1ef2de6451e8905e77046.zip
Merge branch '2.3.0-wip' of github.com:twitter/bootstrap into 2.3.0-wip
Diffstat (limited to 'docs/assets/js/bootstrap.js')
-rw-r--r--docs/assets/js/bootstrap.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/assets/js/bootstrap.js b/docs/assets/js/bootstrap.js
index e6f4969ad..cf9346eda 100644
--- a/docs/assets/js/bootstrap.js
+++ b/docs/assets/js/bootstrap.js
@@ -369,6 +369,7 @@
e = $.Event('slide', {
relatedTarget: $next[0]
+ , direction: direction
})
if ($next.hasClass('active')) return
@@ -2001,6 +2002,7 @@
e.stopPropagation()
e.preventDefault()
this.select()
+ this.$element.focus()
}
, mouseenter: function (e) {