r3563 committed - Button: Removing some notes that have been moved to the wiki.

r3563 committed - Button: Removing some notes that have been moved to the wiki.

Revision: 3563
Author: scott.gonzalez
Date: Wed Dec 30 10:17:06 2009
Log: Button: Removing some notes that have been moved to the wiki.
http://code.google.com/p/jquery-ui/source/detail?r=3563
Modified:
/branches/dev/ui/jquery.ui.button.js
=======================================
--- /branches/dev/ui/jquery.ui.button.js    Wed Dec 30 10:08:28 2009
+++ /branches/dev/ui/jquery.ui.button.js    Wed Dec 30 10:17:06 2009
@@ -14,22 +14,13 @@
(function($) {
/*
+
Todo:
- uncheck other radios when one is clicked
Notes:
- disabling a button set makes buttons very hard to see because they're
faded twice
-Plan:
-- button plugin
- - button - full support
- - input - only text support
- - radio - full support via label
- - checkbox - full support via label
-- buttonSet plugin
-:button,:submit,:reset,:checkbox,:radio
- - groups buttons together
- - auto-instantiate children as buttons
*/
var lastActive,
--