- commit
- def3e9b8fb4a1fb8303069e96719635f492b4ecc
- parent
- 53da9124bda109a7001ac09c3c3438f893662251
- Author
- Tobias Bengfort <tobias.bengfort@posteo.de>
- Date
- 2025-11-09 17:39
lint
Diffstat
| M | experiment-api/api.js | 6 | +++--- |
1 files changed, 3 insertions, 3 deletions
diff --git a/experiment-api/api.js b/experiment-api/api.js
@@ -1,9 +1,9 @@ 1 1 /* global ChromeUtils Services ExtensionCommon */ 2 2 3 3 ChromeUtils.defineESModuleGetters(this, {4 -1 Gloda: "resource:///modules/gloda/GlodaPublic.sys.mjs",5 -1 GlodaConstants: "resource:///modules/gloda/GlodaConstants.sys.mjs",6 -1 MailServices: "resource:///modules/MailServices.sys.mjs",-1 4 Gloda: 'resource:///modules/gloda/GlodaPublic.sys.mjs', -1 5 GlodaConstants: 'resource:///modules/gloda/GlodaConstants.sys.mjs', -1 6 MailServices: 'resource:///modules/MailServices.sys.mjs', 7 7 }); 8 8 9 9 var unique = function(l, keyFn) {