Class Index | File Index

Classes


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.
Defined in: user.js.

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

Documentation generated by JsDoc Toolkit 2.4.0 on Mon Jul 25 2011 14:03:02 GMT-0700 (PDT)