changeset 22:da287d1b9405

Fixed typo.
author Atul Varma <avarma@mozilla.com>
date Fri, 25 Jun 2010 16:06:35 -0700
parents 03c5651a371e
children 2451de0b2e88
files static-files/index.js
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/static-files/index.js	Fri Jun 25 16:00:15 2010 -0700
+++ b/static-files/index.js	Fri Jun 25 16:06:35 2010 -0700
@@ -259,7 +259,7 @@
 
     Attendees.observers.push(
       function() {
-        var cbs = [];
+        var cbs = attendeeCallbacks;
         attendeeCallbacks = [];
         cbs.forEach(function(cb) { cb({users: Attendees.value}); });
       });