aboutsummaryrefslogtreecommitdiff
path: root/js/tab.js
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-12-18 13:06:47 -0800
committerMark Otto <[email protected]>2013-12-18 13:06:47 -0800
commit5bba8744679ddead8673c003997410c71fc47000 (patch)
tree7cb520f428a788652871240a19a9fcc401ecf9f6 /js/tab.js
parent6315043b1c11c6391f155e0c7299783a13cfee74 (diff)
parent3f577ab86c4e07493d5d24f5fdd3dba30c199400 (diff)
downloadbootstrap-5bba8744679ddead8673c003997410c71fc47000.tar.xz
bootstrap-5bba8744679ddead8673c003997410c71fc47000.zip
Merge branch 'master' into docs_derp
Diffstat (limited to 'js/tab.js')
-rw-r--r--js/tab.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/js/tab.js b/js/tab.js
index c584ebf98..5d1b7dab1 100644
--- a/js/tab.js
+++ b/js/tab.js
@@ -53,8 +53,8 @@
this.activate($this.parent('li'), $ul)
this.activate($target, $target.parent(), function () {
$this.trigger({
- type: 'shown.bs.tab'
- , relatedTarget: previous
+ type: 'shown.bs.tab',
+ relatedTarget: previous
})
})
}