diff --git a/doc/alphabetical_index.html b/doc/alphabetical_index.html index 500b98df..036a2fd8 100644 --- a/doc/alphabetical_index.html +++ b/doc/alphabetical_index.html @@ -266,7 +266,7 @@ -

Authenticate with the server

resin.auth.authenticate credentials, (error, token) ->    throw error if error?    console.log(token)
-
+

Authenticate with the server

resin.auth.authenticate credentials, (error, token) -> + throw error if error? + console.log(token)

Parameters:

@@ -388,7 +390,7 @@