r2801 - removed button and menu props from ui hash - kept ui.value for now

r2801 - removed button and menu props from ui hash - kept ui.value for now


Author: scottjehl
Date: Tue Jun 16 16:20:26 2009
New Revision: 2801
Modified:
branches/labs/selectmenu/ui.selectmenu.js
Log:
removed button and menu props from ui hash - kept ui.value for now
Modified: branches/labs/selectmenu/ui.selectmenu.js
==============================================================================
--- branches/labs/selectmenu/ui.selectmenu.js    (original)
+++ branches/labs/selectmenu/ui.selectmenu.js    Tue Jun 16 16:20:26 2009
@@ -344,9 +344,7 @@
    },
    _uiHash: function(){
        return {
-            value: this.value(),
-            button: this.newelement,
-            menu: this.list
+            value: this.value()
        };
    },
    open: function(event){