mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-23 12:51:06 +00:00
Bug 1893985
- Remove incorrect and unnecessary strict statement from FxAccountsProfileClient.sys.mjs r=markh
Removed redundant and incorrect "use strict" statement from FxAccountsProfileClient.sys.mjs changed services/fxaccounts/FxAccountsProfileClient.sys.mjs Differential Revision: https://phabricator.services.mozilla.com/D208912
This commit is contained in:
parent
0c57ac3901
commit
a57fa7be38
@ -5,7 +5,6 @@
|
||||
/**
|
||||
* A client to fetch profile information for a Firefox Account.
|
||||
*/
|
||||
"use strict;";
|
||||
|
||||
import {
|
||||
ERRNO_NETWORK,
|
||||
|
Loading…
Reference in New Issue
Block a user