mirror of
https://github.com/classilla/tenfourfox.git
synced 2025-02-02 07:30:08 +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.
|