forked from mirrors/gecko-dev
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
1 changed files with 0 additions and 1 deletions
|
|
@ -5,7 +5,6 @@
|
||||||
/**
|
/**
|
||||||
* A client to fetch profile information for a Firefox Account.
|
* A client to fetch profile information for a Firefox Account.
|
||||||
*/
|
*/
|
||||||
"use strict;";
|
|
||||||
|
|
||||||
import {
|
import {
|
||||||
ERRNO_NETWORK,
|
ERRNO_NETWORK,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue