diff options
| author | Mark Otto <[email protected]> | 2013-12-18 13:01:43 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-12-18 13:01:43 -0800 |
| commit | 3f577ab86c4e07493d5d24f5fdd3dba30c199400 (patch) | |
| tree | ebce071d4991a8de6ea8440aef9093b92bb5d66b /js/tab.js | |
| parent | ee709db67952c53b417a172534f24034eb2a92c8 (diff) | |
| parent | ba3639b2025b8f0c510087ff8fe522c2bf0b06f1 (diff) | |
| download | bootstrap-3f577ab86c4e07493d5d24f5fdd3dba30c199400.tar.xz bootstrap-3f577ab86c4e07493d5d24f5fdd3dba30c199400.zip | |
Merge pull request #11881 from ZDroid/patch-1
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 }) }) } |
