]> source.dussan.org Git - jquery-ui.git/commitdiff
Tabs: removed options from ui object, not required
authorKlaus Hartl <klaus.hartl@googlemail.com>
Sun, 25 Jan 2009 18:09:52 +0000 (18:09 +0000)
committerKlaus Hartl <klaus.hartl@googlemail.com>
Sun, 25 Jan 2009 18:09:52 +0000 (18:09 +0000)
ui/ui.tabs.js

index 561a0a49446b2fa90ed3a11261344908b4869bd0..94b1be499f9a94bfb57637e330730b0ee8039c91 100644 (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)