mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-16 01:55:46 +01:00
More cleanup. Fix some Teledactyl bugginess.
This commit is contained in:
@@ -168,7 +168,7 @@ var Modules = function Modules(window) {
|
||||
|
||||
config.loadStyles();
|
||||
|
||||
overlay.overlayWindow(config.overlayChrome, function _overlay(window) ({
|
||||
overlay.overlayWindow(Object.keys(config.overlays), function _overlay(window) ({
|
||||
ready: function onInit(document) {
|
||||
const modules = Modules(window);
|
||||
window.dactyl = { modules: modules };
|
||||
|
||||
Reference in New Issue
Block a user