fix typo in tabs example

This commit is contained in:
Jacob Thornton
2012-01-06 11:12:46 -08:00
parent a52b522064
commit f3a9853bd7
+1 -1
View File
@@ -425,7 +425,7 @@ $('#my-modal').bind('hidden', function () {
</table>
<pre class="prettyprint linenums">
$('#.tabs').bind('change', function (e) {
$('.tabs').bind('change', function (e) {
e.target // activated tab
e.relatedTarget // previous tab
})</pre>