Bug 1053948 - declare AccountState in fxAccounts. r=gavin

This commit is contained in:
Mark Hammond 2014-08-19 08:47:37 +10:00
parent fe3c309bfd
commit eaf238eb92

View File

@ -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;
};