From 39cbb91490180324a353420b1bcfdd9a5494aa38 Mon Sep 17 00:00:00 2001 From: Doug Kearns Date: Wed, 22 Sep 2010 21:45:25 +1000 Subject: [PATCH] Remove declarations of window.liberator and modules.liberator. --- common/content/dactyl.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/common/content/dactyl.js b/common/content/dactyl.js index f349ce85..df942468 100644 --- a/common/content/dactyl.js +++ b/common/content/dactyl.js @@ -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;