Fix another reference to this.userId as a function.

This commit is contained in:
David Glasser
2012-10-15 11:38:00 -07:00
parent 4d4b504e17
commit a9af320aba

View File

@@ -213,7 +213,7 @@ object, which provides the following:
* `isSimulation`: a boolean value, true if this invocation is a stub.
* `unblock`: when called, allows the next method from this client to
begin running.
* `userId`: a function that returns the id of the current user.
* `userId`: the id of the current user.
* `setUserId`: a function that associates the current client with a user.
Calling `methods` on the client defines *stub* functions associated with