mirror of
https://github.com/classilla/tenfourfox.git
synced 2025-02-20 20:29:15 +00:00
4 lines
167 B
JavaScript
4 lines
167 B
JavaScript
addMessageListener("ImportTesting:IsModuleLoaded", function (msg) {
|
|
sendAsyncMessage("ImportTesting:IsModuleLoadedReply", Components.utils.isModuleLoaded(msg));
|
|
});
|