Commit 01ab4caa authored by Jacob Thornton's avatar Jacob Thornton

Merge branch 'master' of github.com:twitter/bootstrap

parents 0c6a2acd 75cbf0d2
......@@ -28,7 +28,7 @@
function tab( e ) {
var $this = $(this)
, href = $this.attr('href')
, $ul = $(e.liveFired)
, $ul = $this.closest('ul')
, $controlled
if (/^#\w+/.test(href)) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment