Files
UXP-Fixed/toolkit/mozapps/webextensions/test/addons/test_bootstrap_const/bootstrap.js
T
2018-02-10 02:49:12 -05:00

6 lines
155 B
JavaScript

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