Selectmenu: add removeUniqueId to destroy method

This commit is contained in:
Felix Nagel 2012-10-25 20:55:48 +02:00
parent b8cce0c3e1
commit 9cf0f21efd

View File

@ -439,6 +439,7 @@ $.widget( "ui.selectmenu", {
this.menuWrap.remove();
this.buttonWrap.remove();
this.element.show();
this.element.removeUniqueId();
this.labelElement.removeUniqueId();
}
});