summaryrefslogtreecommitdiffstats
path: root/toolkit/mozapps/webextensions/test/addons/test_bootstrap_const/bootstrap.js
blob: 0e45caec4f082f14456f4120bc1ab2f28305539d (plain)
1
2
3
4
5
Components.utils.import("resource://gre/modules/Services.jsm");

const install = function() {
  Services.obs.notifyObservers(null, "addon-install", "");
}