mirror of
https://github.com/roytam1/mozilla45esr.git
synced 2026-05-27 04:49:26 +00:00
8 lines
217 B
JavaScript
8 lines
217 B
JavaScript
Components.utils.import("resource://gre/modules/Services.jsm");
|
|
function startup() {
|
|
Services.obs.notifyObservers(null, "test-devtools", null);
|
|
}
|
|
function shutdown() {}
|
|
function install() {}
|
|
function uninstall() {}
|