mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-04 15:45:56 +01:00
Fix config.js:278: ReferenceError: bookmarks is not defined.
This commit is contained in:
@@ -261,7 +261,7 @@ var Config = Module("config", ConfigBase, {
|
||||
});
|
||||
},
|
||||
completion: function (dactyl, modules, window) {
|
||||
const { CompletionContext, completion } = modules;
|
||||
const { CompletionContext, bookmarkcache, bookmarks, completion } = modules;
|
||||
const { document } = window;
|
||||
|
||||
var searchRunning = false; // only until Firefox fixes https://bugzilla.mozilla.org/show_bug.cgi?id=510589
|
||||
|
||||
Reference in New Issue
Block a user