Dactyloidae/toolkit/mozapps/webextensions/test/addons/test_bootstrap_const/bootstrap.js

5 lines
155 B
JavaScript

Components.utils.import("resource://gre/modules/Services.jsm");
const install = function() {
Services.obs.notifyObservers(null, "addon-install", "");
}