mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-20 02:17:59 +01:00
Fix <C-[> passing and causing a history back event in command line mode. Fix reinitialization when not purging module globals.
This commit is contained in:
5
common/bootstrap.js
vendored
5
common/bootstrap.js
vendored
@@ -147,13 +147,14 @@ function init() {
|
||||
}
|
||||
}
|
||||
|
||||
Services.obs.notifyObservers(null, "dactyl-rehash", null);
|
||||
|
||||
JSMLoader.load("resource://dactyl/base.jsm", global);
|
||||
|
||||
for each (let component in components)
|
||||
component.register();
|
||||
|
||||
Services.obs.notifyObservers(null, "dactyl-rehash", null);
|
||||
JSMLoader.load("resource://dactyl/base.jsm", global);
|
||||
|
||||
require(global, "services");
|
||||
|
||||
let manifestText = result.map(function (line) line.join(" ")).join("\n");
|
||||
|
||||
Reference in New Issue
Block a user