r3600 committed - button: a missing class in the destroy-cleanup

r3600 committed - button: a missing class in the destroy-cleanup

Revision: 3600
Author: joern.zaefferer
Date: Sun Jan 3 09:45:42 2010
Log: button: a missing class in the destroy-cleanup
http://code.google.com/p/jquery-ui/source/detail?r=3600
Modified:
/branches/dev/ui/jquery.ui.button.js
=======================================
--- /branches/dev/ui/jquery.ui.button.js    Sun Jan 3 05:09:51 2010
+++ /branches/dev/ui/jquery.ui.button.js    Sun Jan 3 09:45:42 2010
@@ -16,7 +16,7 @@
var lastActive,
    baseClasses = "ui-button ui-widget ui-state-default ui-corner-all",
    otherClasses = "ui-state-hover ui-state-active " +
-        "ui-button-icons-only ui-button-icon-only ui-button-text-icons
ui-button-text-icon";
+        "ui-button-icons-only ui-button-icon-only ui-button-text-icons
ui-button-text-icon ui-button-text-only";
$.widget("ui.button", {
    options: {
--