Bug 1053948 - declare AccountState in fxAccounts. r=gavin

This commit is contained in:
Mark Hammond 2014-08-19 08:47:37 +10:00
Родитель ab1eda8f29
Коммит fe5cb5a31c
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -61,7 +61,7 @@ let publicProperties = [
// }
// If the state has changed between the function being called and the promise
// being resolved, the .resolve() call will actually be rejected.
AccountState = function(fxaInternal) {
let AccountState = function(fxaInternal) {
this.fxaInternal = fxaInternal;
};