1
0
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:
Kris Maglione
2010-12-29 15:36:43 -05:00
parent c166ab715c
commit bd5083923f

View File

@@ -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