From 25eedd22a0221cecfb889e886018cabc828dabe5 Mon Sep 17 00:00:00 2001 From: Juan Cruz Viotti Date: Mon, 8 Dec 2014 10:12:42 -0400 Subject: [PATCH] Update docs --- doc/alphabetical_index.html | 2 +- doc/class/CanvasRequestService.html | 2 +- doc/class/InvalidConfigFile.html | 2 +- doc/class/InvalidCredentials.html | 2 +- doc/class/NotAny.html | 2 +- doc/class/NotFound.html | 2 +- doc/file/lib/resin/auth/auth.coffee.html | 12 +++++++----- doc/file/lib/resin/config/config.coffee.html | 2 +- doc/file/lib/resin/data/data-prefix.coffee.html | 2 +- doc/file/lib/resin/data/data.coffee.html | 2 +- .../lib/resin/data/fs-utils/fs-utils.coffee.html | 2 +- doc/file/lib/resin/device/device.coffee.html | 2 +- doc/file/lib/resin/errors/errors.coffee.html | 2 +- doc/file/lib/resin/helpers/helpers.coffee.html | 2 +- doc/file/lib/resin/index.coffee.html | 2 +- doc/file/lib/resin/log/log.coffee.html | 2 +- doc/file/lib/resin/models/_canvas.coffee.html | 2 +- doc/file/lib/resin/models/application.coffee.html | 2 +- doc/file/lib/resin/models/device.coffee.html | 2 +- .../resin/models/environment-variables.coffee.html | 2 +- doc/file/lib/resin/models/index.coffee.html | 2 +- doc/file/lib/resin/os/os.coffee.html | 2 +- doc/file/lib/resin/server/server.coffee.html | 2 +- doc/file/lib/resin/settings.coffee.html | 2 +- doc/file/lib/resin/token/token.coffee.html | 2 +- lib/actions/environment-variables.coffee | 2 +- lib/resin/models/environment-variables.coffee | 4 +--- 27 files changed, 33 insertions(+), 33 deletions(-) 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 @@