Index: modules/system/system.js
===================================================================
RCS file: /cvs/drupal/drupal/modules/system/system.js,v
retrieving revision 1.33
diff -u -p -r1.33 system.js
--- modules/system/system.js	24 Aug 2009 22:03:01 -0000	1.33
+++ modules/system/system.js	25 Aug 2009 22:08:38 -0000
@@ -132,7 +132,7 @@ Drupal.behaviors.userTimeZones = {
     $('#edit-configurable-timezones', context).change(function () {
       $('#empty-timezone-message-wrapper').toggle();
     });
-  },
+  }
 };
 
 /**
@@ -166,7 +166,7 @@ Drupal.behaviors.pageCache = {
       $('#page-compression-wrapper').show();
       $('#cache-error').show();
     });
-  },
+  }
 };
 
 /**
