mirror of
https://github.com/classilla/tenfourfox.git
synced 2025-02-08 16:30:29 +00:00
6 lines
178 B
JavaScript
6 lines
178 B
JavaScript
|
this.EXPORTED_SYMBOLS = ["ImportTesting"];
|
||
|
|
||
|
Components.utils.import("resource://gre/modules/XPCOMUtils.jsm");
|
||
|
|
||
|
// Empty module for testing via SpecialPowers.importInMainProcess.
|