From 2b0f6f90c527c09160245145dd423712afe3d6b5 Mon Sep 17 00:00:00 2001 From: Shane Tomlinson Date: Wed, 15 Jan 2014 14:06:57 +0000 Subject: [PATCH] Revert "Introduce jshint errors to ensure travis catches them." This reverts commit 4f9023fbf3396b1dc3d9e1db0ee299fc13e9889f. --- app/scripts/lib/fxa-client.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/scripts/lib/fxa-client.js b/app/scripts/lib/fxa-client.js index f3f8d7099..d47b91da3 100644 --- a/app/scripts/lib/fxa-client.js +++ b/app/scripts/lib/fxa-client.js @@ -45,9 +45,9 @@ function (FxaClient, Constants) { return this.client .signUp(email, password) .then(function () { - // when a user signs up, sign them in immediately - return this.signIn(email, password, { keys: true }); - }.bind(this)); + // when a user signs up, sign them in immediately + return this.signIn(email, password, { keys: true }); + }.bind(this)); }, verifyCode: function (uid, code) {