mirror of
https://github.com/jquery/jquery-ui.git
synced 2026-02-16 13:15:19 -05:00
Tabs: removed options from ui object, not required
This commit is contained in:
@@ -541,7 +541,6 @@ $.widget("ui.tabs", {
|
||||
|
||||
ui: function(tab, panel) {
|
||||
return {
|
||||
options: this.options,
|
||||
tab: tab,
|
||||
panel: panel,
|
||||
index: this.$tabs.index(tab)
|
||||
|
||||
Reference in New Issue
Block a user