mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-03-09 23:55:44 +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", {
|
const Dactyl = Module("dactyl", {
|
||||||
init: function () {
|
init: function () {
|
||||||
window.dactyl = this;
|
window.dactyl = this;
|
||||||
window.liberator = this;
|
|
||||||
modules.liberator = this;
|
|
||||||
this.observers = {};
|
this.observers = {};
|
||||||
this.modules = modules;
|
this.modules = modules;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user