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

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