mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-07 21:34:13 +01:00
Remove more unused vars.
This commit is contained in:
@@ -209,7 +209,7 @@ overlay.overlayWindow(Object.keys(config.overlays),
|
||||
load: function onLoad(document) {
|
||||
let self = this;
|
||||
|
||||
var { modules, Module } = this.modules;
|
||||
var { modules } = this.modules;
|
||||
delete window.dactyl;
|
||||
|
||||
this.startTime = Date.now();
|
||||
|
||||
Reference in New Issue
Block a user