Skip to content

Commit

Permalink
add evt to click handler
Browse files Browse the repository at this point in the history
  • Loading branch information
bradrobertson committed Sep 15, 2011
1 parent 64448cb commit ec3a9ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tabs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -418,7 +418,7 @@ <h2>Scripting <em>API</em></h2>
api.next();

// send google analytics when tabs are clicked
api.onClick(function(index) {
api.onClick(function(e, index) {
_tracker._trackEvent("Documentation", "Tabs", "tab " + index);
});
</pii:code>
Expand Down

0 comments on commit ec3a9ad

Please sign in to comment.