diff options
| author | Zlatan Vasović <[email protected]> | 2013-12-15 20:04:32 +0100 |
|---|---|---|
| committer | Zlatan Vasović <[email protected]> | 2013-12-16 18:06:31 +0100 |
| commit | ba3639b2025b8f0c510087ff8fe522c2bf0b06f1 (patch) | |
| tree | a3e8d4d3f2a2c4d493e251345ad68d4f121821fc /js/tab.js | |
| parent | 2ea370f93ba83aab5d071311758bc1e7bd822dc6 (diff) | |
| download | bootstrap-ba3639b2025b8f0c510087ff8fe522c2bf0b06f1.tar.xz bootstrap-ba3639b2025b8f0c510087ff8fe522c2bf0b06f1.zip | |
Require comma on left side
Diffstat (limited to 'js/tab.js')
| -rw-r--r-- | js/tab.js | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 }) }) } |
