mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-03-01 17:55:45 +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) {
|
completion: function (dactyl, modules, window) {
|
||||||
const { CompletionContext, completion } = modules;
|
const { CompletionContext, bookmarkcache, bookmarks, completion } = modules;
|
||||||
const { document } = window;
|
const { document } = window;
|
||||||
|
|
||||||
var searchRunning = false; // only until Firefox fixes https://bugzilla.mozilla.org/show_bug.cgi?id=510589
|
var searchRunning = false; // only until Firefox fixes https://bugzilla.mozilla.org/show_bug.cgi?id=510589
|
||||||
|
|||||||
Reference in New Issue
Block a user