1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-06 00:14:14 +01:00

Closes issue #681.

This commit is contained in:
Kris Maglione
2011-10-06 01:15:17 -04:00
parent 1b781416c9
commit adea42d882
2 changed files with 17 additions and 3 deletions

View File

@@ -959,6 +959,7 @@ var Completion = Module("completion", {
if (/^about:/.test(context.filter))
context.fork("about", 6, this, function (context) {
context.title = ["about:"];
context.generate = function () {
return [[k.substr(services.ABOUT.length), ""]
for (k in Cc)