1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-19 22:37:58 +01:00

Move stuff from overlay.jsm to main.jsm.

This commit is contained in:
Kris Maglione
2011-09-08 08:53:09 -04:00
parent c3e76d9a51
commit e9a0b1eea3
10 changed files with 424 additions and 336 deletions

4
common/bootstrap.js vendored
View File

@@ -102,7 +102,7 @@ function startup(data, reason) {
addon = a;
updateVersion();
if (typeof require !== "undefined")
require(global, "overlay");
require(global, "main");
});
if (basePath.isDirectory())
@@ -260,7 +260,7 @@ function init() {
updateVersion();
if (addon !== addonData)
require(global, "overlay");
require(global, "main");
}
function shutdown(data, reason) {