1
0
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:
Doug Kearns
2010-09-22 21:45:25 +10:00
parent 5f2436650c
commit 39cbb91490

View File

@@ -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;