mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-29 03:52:26 +01:00
Finish moving dactyl.dump to util from last commit, and store the last 15 intercepted stack traces.
This commit is contained in:
@@ -240,7 +240,6 @@ const Config = Module("config", ConfigBase, {
|
||||
});
|
||||
},
|
||||
completion: function () {
|
||||
dactyl.dump("Load completion\n");
|
||||
var searchRunning = false; // only until Firefox fixes https://bugzilla.mozilla.org/show_bug.cgi?id=510589
|
||||
completion.location = function location(context) {
|
||||
if (!services.get("autoCompleteSearch"))
|
||||
|
||||
Reference in New Issue
Block a user