Fix js parse error
authorMichael J. Rubinsky <mrubinsk@horde.org>
Mon, 28 Dec 2009 19:56:26 +0000 (14:56 -0500)
committerMichael J. Rubinsky <mrubinsk@horde.org>
Mon, 28 Dec 2009 19:56:26 +0000 (14:56 -0500)
kronolith/js/kronolith.js

index 56806d4..6db25c5 100644 (file)
@@ -3623,7 +3623,7 @@ KronolithCore = {
         this._closeRedBox();
         this.showNotifications([ { type: 'horde.error', message: Kronolith.text.ajax_error } ]);
         KronolithCore.debug('onException', e);
-    }
+    },
 
     toggleCalendar: function(elm)
     {