mirror of
https://github.com/jquery/jquery-ui.git
synced 2025-01-07 20:34:24 +00:00
Tabs: removed options from ui object, not required
This commit is contained in:
parent
888fa659a4
commit
1ffc579c64
@ -541,7 +541,6 @@ $.widget("ui.tabs", {
|
|||||||
|
|
||||||
ui: function(tab, panel) {
|
ui: function(tab, panel) {
|
||||||
return {
|
return {
|
||||||
options: this.options,
|
|
||||||
tab: tab,
|
tab: tab,
|
||||||
panel: panel,
|
panel: panel,
|
||||||
index: this.$tabs.index(tab)
|
index: this.$tabs.index(tab)
|
||||||
|
Loading…
Reference in New Issue
Block a user