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

5 lines
No EOL
158 B
JavaScript

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