Introduce jshint errors to ensure travis catches them.
This commit is contained in:
Родитель
33f08ac909
Коммит
4f9023fbf3
|
@ -45,9 +45,9 @@ function (FxaClient, Constants) {
|
||||||
return this.client
|
return this.client
|
||||||
.signUp(email, password)
|
.signUp(email, password)
|
||||||
.then(function () {
|
.then(function () {
|
||||||
// when a user signs up, sign them in immediately
|
// when a user signs up, sign them in immediately
|
||||||
return this.signIn(email, password, { keys: true });
|
return this.signIn(email, password, { keys: true });
|
||||||
}.bind(this));
|
}.bind(this));
|
||||||
},
|
},
|
||||||
|
|
||||||
verifyCode: function (uid, code) {
|
verifyCode: function (uid, code) {
|
||||||
|
|
Загрузка…
Ссылка в новой задаче