Index: ahah_example/autocheckboxes.inc
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/examples/ahah_example/Attic/autocheckboxes.inc,v
retrieving revision 1.1.2.1
diff -u -p -r1.1.2.1 autocheckboxes.inc
--- ahah_example/autocheckboxes.inc	30 Oct 2009 19:03:10 -0000	1.1.2.1
+++ ahah_example/autocheckboxes.inc	19 May 2010 13:27:12 -0000
@@ -17,6 +17,7 @@ function ahah_example_autocheckboxes(&$f
       'path' => 'ahah_example/autocheckboxes/callback',
       'wrapper' => 'checkboxes',
       'effect' => 'fade',
+      // 'event' => 'change', // default value: does not need to be set explicitly.
     ),
 
   );
Index: ahah_example/autotextfields.inc
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/examples/ahah_example/Attic/autotextfields.inc,v
retrieving revision 1.1.2.1
diff -u -p -r1.1.2.1 autotextfields.inc
--- ahah_example/autotextfields.inc	30 Oct 2009 19:03:10 -0000	1.1.2.1
+++ ahah_example/autotextfields.inc	19 May 2010 13:27:12 -0000
@@ -27,6 +27,7 @@ function ahah_example_autotextfields(&$f
       'path' => 'ahah_example/autotextfields/callback',
       'wrapper' => 'textfields',
       'effect' => 'fade',
+      // 'event' => 'change', // default value: does not need to be set explicitly.
 
     ),
   );
Index: ahah_example/dependent_dropdown.inc
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/examples/ahah_example/Attic/dependent_dropdown.inc,v
retrieving revision 1.1.2.1
diff -u -p -r1.1.2.1 dependent_dropdown.inc
--- ahah_example/dependent_dropdown.inc	15 Apr 2010 05:43:15 -0000	1.1.2.1
+++ ahah_example/dependent_dropdown.inc	19 May 2010 13:27:13 -0000
@@ -30,7 +30,7 @@ function ahah_example_dropdown(&$form_st
     '#ahah' => array(
       'path' => 'ahah_example/dependent_dropdown/callback',
       'wrapper' => 'dropdown-second-replace',
-      'event' => 'change',
+      // 'event' => 'change', // default value: does not need to be set explicitly.
     ),
   );  
 
