r3532 committed - [No log message]

r3532 committed - [No log message]

Revision: 3532
Author: joern.zaefferer
Date: Wed Dec 23 11:02:51 2009
Log: [No log message]
http://code.google.com/p/jquery-ui/source/detail?r=3532
Modified:
/branches/dev/ui/jquery.ui.button.js
=======================================
--- /branches/dev/ui/jquery.ui.button.js    Wed Dec 23 10:32:28 2009
+++ /branches/dev/ui/jquery.ui.button.js    Wed Dec 23 11:02:51 2009
@@ -24,6 +24,8 @@
:button,:submit,:reset,:checkbox,:radio
- groups buttons together
- auto-instantiate children as buttons
+
+ -> start by rewriting toggleButton and radioButton to use the label as
the button element, instead of creating button elements
*/
var lastActive,
--