1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-02-17 17:45:46 +01:00

Fix about:pentadactyl by registering the component manually. Et cetera.

This commit is contained in:
Kris Maglione
2011-01-03 17:06:28 -05:00
parent e8c5664c8f
commit 30ec5fc393
9 changed files with 98 additions and 46 deletions

View File

@@ -26,6 +26,8 @@ var ModuleBase = Class("ModuleBase", {
var Overlay = Module("Overlay", {
init: function () {
services["dactyl:"]; // Hack. Force module initialization.
util.overlayWindow(config.overlayChrome, function (window) ({
init: function (document) {
/**