1
0
mirror of https://github.com/roytam1/UXP.git synced 2026-06-30 20:28:40 +00:00
Files
UXP/toolkit/mozapps/extensions/test/addons/test_bootstrap_const/bootstrap.js
T

5 lines
158 B
JavaScript

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