mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-17 16:55:46 +01:00
Fix links in :ls and remove some old cruft as a result.
This commit is contained in:
@@ -31,8 +31,9 @@ const Dactyl = Module("dactyl", {
|
||||
// cheap attempt at compatibility
|
||||
window.liberator = this;
|
||||
modules.liberator = this;
|
||||
this.observers = {};
|
||||
this.commands = {};
|
||||
this.modules = modules;
|
||||
this.observers = {};
|
||||
|
||||
// NOTE: services.get("profile").selectedProfile.name doesn't return
|
||||
// what you might expect. It returns the last _actively_ selected
|
||||
|
||||
Reference in New Issue
Block a user