mirror of
https://github.com/classilla/tenfourfox.git
synced 2026-01-25 18:16:28 +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() {}
|