1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-06 17:34:12 +01:00

Revert 1c909d84822f

Restore declarations of window.liberator and modules.liberator.  These afford
some compatibility for plugins with liberator apps.

--HG--
extra : rebase_source : 8b0ca4c9365f0da89045ec4d76845e7ddee811fc
This commit is contained in:
Doug Kearns
2010-09-23 01:05:00 +10:00
parent 31e3544006
commit f089badc81

View File

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