r2707 - removed mouseDestroy from destroy method

r2707 - removed mouseDestroy from destroy method


Author: scottjehl
Date: Thu Jun 11 12:10:32 2009
New Revision: 2707
Modified:
branches/labs/selectmenu/ui.selectmenu.js
Log:
removed mouseDestroy from destroy method
Modified: branches/labs/selectmenu/ui.selectmenu.js
==============================================================================
--- branches/labs/selectmenu/ui.selectmenu.js    (original)
+++ branches/labs/selectmenu/ui.selectmenu.js    Thu Jun 11 12:10:32 2009
@@ -201,7 +201,6 @@
    destroy: function() {
        this.newelement.remove();
        this.element.show();
-        this._mouseDestroy();
        //unbind click on label
        $('label[for='+this.element.attr('id')+']').unbind('click');
    },