r1791 - trunk/ui

r1791 - trunk/ui


Author: klaus.hartl
Date: Sun Jan 25 10:09:52 2009
New Revision: 1791
Modified:
trunk/ui/ui.tabs.js
Log:
Tabs: removed options from ui object, not required
Modified: trunk/ui/ui.tabs.js
==============================================================================
--- trunk/ui/ui.tabs.js    (original)
+++ trunk/ui/ui.tabs.js    Sun Jan 25 10:09:52 2009
@@ -541,7 +541,6 @@
    ui: function(tab, panel) {
        return {
-            options: this.options,
            tab: tab,
            panel: panel,
            index: this.$tabs.index(tab)