mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1053948 - declare AccountState in fxAccounts. r=gavin
This commit is contained in:
parent
fe3c309bfd
commit
eaf238eb92
@ -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;
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user