mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-04 02:45:45 +01:00
Remove declarations of window.liberator and modules.liberator.
This commit is contained in:
@@ -28,8 +28,6 @@ const FailedAssertion = Class("FailedAssertion", Error, {
|
||||
const Dactyl = Module("dactyl", {
|
||||
init: function () {
|
||||
window.dactyl = this;
|
||||
window.liberator = this;
|
||||
modules.liberator = this;
|
||||
this.observers = {};
|
||||
this.modules = modules;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user