Skip to content

Commit

Permalink
Tabs: Specified that wb-shift.wb-tabs event is only used by the carousel
Browse files Browse the repository at this point in the history
  • Loading branch information
pjackson28 committed Aug 29, 2014
1 parent e62acdc commit 65aa303
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion site/pages/docs/ref/tabs/tabs-en.hbs
Expand Up @@ -387,7 +387,7 @@
</td>
</tr>
<tr>
<td><code>wb-shift.wb-tabs</code></td>
<td><code>wb-shift.wb-tabs</code> (carousel only)</td>
<td>Triggered manually or automatically to change which tab panel is visible.</td>
<td>Changes which tab panel is visible. The value of <code>shiftto</code> is the number of tab panels to move forwards (positive number) or backwards (negative number).
<pre><code>$elm.trigger({
Expand Down
2 changes: 1 addition & 1 deletion site/pages/docs/ref/tabs/tabs-fr.hbs
Expand Up @@ -387,7 +387,7 @@
</td>
</tr>
<tr>
<td><code>wb-shift.wb-tabs</code></td>
<td><code>wb-shift.wb-tabs</code> (carousel only)</td>
<td>Triggered manually or automatically to change which tab panel is visible.</td>
<td>Changes which tab panel is visible. The value of <code>shiftto</code> is the number of tab panels to move forwards (positive number) or backwards (negative number).
<pre><code>$elm.trigger({
Expand Down

0 comments on commit 65aa303

Please sign in to comment.