Class Index | File Index

Classes


Namespace Group#now

The now namespace for this particular group. Actions to this namespace affect all users that are members of the group. All functions that are called will be called in the context of each individual user in the group.
Defined in: group.js.

Namespace Summary
Constructor Attributes Constructor Name and Description
 
Namespace Detail
Group#now
everyone.now.prop = 42;
everyone.now.func = function () {
 console.log('hello!');
};

Documentation generated by JsDoc Toolkit 2.4.0 on Tue Aug 16 2011 17:09:04 GMT-0700 (PDT)