Tabs: removed options from ui object, not required

This commit is contained in:
Klaus Hartl 2009-01-25 18:09:52 +00:00
parent 888fa659a4
commit 1ffc579c64

View File

@ -541,7 +541,6 @@ $.widget("ui.tabs", {
ui: function(tab, panel) {
return {
options: this.options,
tab: tab,
panel: panel,
index: this.$tabs.index(tab)