aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJacob Thornton <[email protected]>2011-09-29 22:21:55 -0700
committerJacob Thornton <[email protected]>2011-09-29 22:21:55 -0700
commitb827303511d68fdb3f913aef63f97b5f77725d68 (patch)
tree73b7c539dc3daa75a6be665da3c6d45542b73b52 /docs
parent24b05fe94a46a5b21a122a08b967eeb3ee6e6a86 (diff)
downloadbootstrap-b827303511d68fdb3f913aef63f97b5f77725d68.tar.xz
bootstrap-b827303511d68fdb3f913aef63f97b5f77725d68.zip
changed event should be change event
Diffstat (limited to 'docs')
-rw-r--r--docs/javascript.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/javascript.html b/docs/javascript.html
index b1816229e..1f5ad1a38 100644
--- a/docs/javascript.html
+++ b/docs/javascript.html
@@ -367,8 +367,8 @@ $('#my-modal').bind('hidden', function () {
</thead>
<tbody>
<tr>
- <td>changed</td>
- <td>This event fires when the tabs are changed. The event provides an additional parameter which holds id of the previous tab and the id of the new current tab. This information is stored in an object with two properties called from and to, e.g. <code>{to: '#home', from: '#profile'}</code>. This event allows you load and change content of the tabs on request.</td>
+ <td>change</td>
+ <td>This event fires on tab change. The event provides an additional parameter which holds the id of the previous tab and the id of the new current tab. This information is stored in an object with two properties called from and to, e.g. <code>{ to: '#home', from: '#profile' }</code>.</td>
</tr>
</tbody>
</table>