Documentation generator: JsDoc Toolkit 2.4.0
Template: Codeview 1.2
Generated on: 2011-6-22 12:26

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.

Namespace Summary
Constructor Attributes Constructor Name and Description
 

Namespace Detail

Group#now
everyone.now.prop = 42;
everyone.now.func = function () {
 console.log('hello!');
};