From 5c58e861f32f915dac4219da7cc741b7e77765a8 Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Mon, 28 Sep 2015 18:43:51 -0700 Subject: [PATCH] lint --- cloudron.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cloudron.js b/cloudron.js index a85f7f0..e8baa07 100644 --- a/cloudron.js +++ b/cloudron.js @@ -69,7 +69,7 @@ Cloudron.prototype.getOauthToken = function (user) { ////////// simulate what the the script of callback call does var accessToken = querystring.parse(urlp.hash.substr(1)).access_token; return accessToken; -} +}; // activate the box Cloudron.prototype.activate = function (user) { @@ -82,7 +82,7 @@ Cloudron.prototype.activate = function (user) { res = request.get(this._origin + '/api/v1/cloudron/status').end(); common.verifyResponse2(res, 'Could not get Cloudron status'); assert.strictEqual(res.body.version, this._box.version); -} +}; Cloudron.prototype.waitForApp = function (appId) { // wait for app to come up