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;