Introduce jshint errors to ensure travis catches them.

This commit is contained in:
Shane Tomlinson 2014-01-15 13:45:47 +00:00
Родитель 33f08ac909
Коммит 4f9023fbf3
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) {