From f089badc819fc5fb6749849012c8f885c37ed945 Mon Sep 17 00:00:00 2001 From: Doug Kearns Date: Thu, 23 Sep 2010 01:05:00 +1000 Subject: [PATCH] Revert 1c909d84822f Restore declarations of window.liberator and modules.liberator. These afford some compatibility for plugins with liberator apps. --HG-- extra : rebase_source : 8b0ca4c9365f0da89045ec4d76845e7ddee811fc --- common/content/dactyl.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/common/content/dactyl.js b/common/content/dactyl.js index d536f404..9596b8c1 100644 --- a/common/content/dactyl.js +++ b/common/content/dactyl.js @@ -28,6 +28,9 @@ const FailedAssertion = Class("FailedAssertion", Error, { const Dactyl = Module("dactyl", { init: function () { window.dactyl = this; + // cheap attempt at compatibility + window.liberator = this; + modules.liberator = this; this.observers = {}; this.modules = modules;