1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-02-23 15:15:46 +01:00

Make the :command-complete completers config specific.

Adds a few missing completers for Pentadactyl.
This commit is contained in:
Doug Kearns
2011-01-01 03:54:43 +11:00
parent 729bf8d45c
commit 24f5c9d06d
6 changed files with 66 additions and 56 deletions

View File

@@ -23,6 +23,8 @@ const Config = Module("config", ConfigBase, {
get browser() getBrowser(),
completers: Class.memoize(function () update({ mailfolder: "mailFolder" }, this.__proto__.completers)),
dialogs: {
about: ["About Thunderbird",
function () { window.openAboutDialog(); }],