Skip to content

Commit

Permalink
UI Tabs: added index to ui object passed into event handlers
Browse files Browse the repository at this point in the history
  • Loading branch information
Klaus Hartl committed Jul 6, 2008
1 parent f893595 commit 9c6efa2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ui/ui.tabs.js
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ $.widget("ui.tabs", {
return { return {
options: this.options, options: this.options,
tab: tab, tab: tab,
panel: panel panel: panel,
index: this.$tabs.index(tab)
}; };
}, },
tabify: function(init) { tabify: function(init) {
Expand Down

0 comments on commit 9c6efa2

Please sign in to comment.