mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-03-06 17:45:48 +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:
@@ -28,6 +28,9 @@ const FailedAssertion = Class("FailedAssertion", Error, {
|
|||||||
const Dactyl = Module("dactyl", {
|
const Dactyl = Module("dactyl", {
|
||||||
init: function () {
|
init: function () {
|
||||||
window.dactyl = this;
|
window.dactyl = this;
|
||||||
|
// cheap attempt at compatibility
|
||||||
|
window.liberator = this;
|
||||||
|
modules.liberator = this;
|
||||||
this.observers = {};
|
this.observers = {};
|
||||||
this.modules = modules;
|
this.modules = modules;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user