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

Restore nominal Gecko 1.9.2 support.

This commit is contained in:
Kris Maglione
2011-09-10 12:06:09 -04:00
parent 44163d2e0d
commit 4d9a4b02a8

View File

@@ -51,7 +51,7 @@ CommandLineHandler.prototype = {
observe: function observe(subject, topic, data) {
if (topic === "profile-after-change") {
init();
require(global, "overlay");
require(global, "main");
}
},