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:
@@ -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) {
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user