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

Fix startup on FF36.

This commit is contained in:
Kris Maglione
2011-02-04 12:27:24 -05:00
parent 0f796e823b
commit e514899d23
3 changed files with 13 additions and 8 deletions

View File

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