mirror of
https://github.com/roytam1/UXP.git
synced 2026-06-30 20:28:40 +00:00
5 lines
158 B
JavaScript
5 lines
158 B
JavaScript
Components.utils.import("resource://gre/modules/Services.jsm");
|
|
|
|
const install = function() {
|
|
Services.obs.notifyObservers(null, "addon-install", "");
|
|
} |