Revert "Introduce jshint errors to ensure travis catches them."

This reverts commit 4f9023fbf3.
This commit is contained in:
Shane Tomlinson 2014-01-15 14:06:57 +00:00
Родитель 4f9023fbf3
Коммит 2b0f6f90c5
1 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

@ -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) {