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

Namespace User#now

Synchronized with the connected user's local now namespace; function calls with respect to this namespace will only be executed for the current user.

Namespace Summary
Constructor Attributes Constructor Name and Description
 

Namespace Detail

User#now
everyone.now.prop = 42;
everyone.now.func = function () {
 console.log('hello!');
};
See:
User
User#user