From a9af320aba335a25eb3202a562f8af029fcf042b Mon Sep 17 00:00:00 2001 From: David Glasser Date: Mon, 15 Oct 2012 11:38:00 -0700 Subject: [PATCH] Fix another reference to this.userId as a function. --- docs/client/api.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/client/api.html b/docs/client/api.html index ee58cd0c23..d3224eac2b 100644 --- a/docs/client/api.html +++ b/docs/client/api.html @@ -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