aboutsummaryrefslogtreecommitdiff
path: root/js/tab.js
diff options
context:
space:
mode:
authorZlatan Vasović <[email protected]>2013-12-15 20:04:32 +0100
committerZlatan Vasović <[email protected]>2013-12-16 18:06:31 +0100
commitba3639b2025b8f0c510087ff8fe522c2bf0b06f1 (patch)
treea3e8d4d3f2a2c4d493e251345ad68d4f121821fc /js/tab.js
parent2ea370f93ba83aab5d071311758bc1e7bd822dc6 (diff)
downloadbootstrap-ba3639b2025b8f0c510087ff8fe522c2bf0b06f1.tar.xz
bootstrap-ba3639b2025b8f0c510087ff8fe522c2bf0b06f1.zip
Require comma on left side
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
})
})
}