1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-21 09:08:10 +01:00

Formatting fixes.

This commit is contained in:
Doug Kearns
2009-11-14 04:20:09 +11:00
parent 52562f6390
commit 41b9c8e9a1
31 changed files with 82 additions and 91 deletions

View File

@@ -618,7 +618,7 @@ const CompletionContext = Class("CompletionContext", {
textDescription: function (item) {
return CompletionContext.Filter.text.call(this, item) || this.match(item.description);
}
},
}
});
/**
@@ -1129,7 +1129,7 @@ const Completion = Module("completion", {
for (let [, obj] in Iterator(objects)) {
let name = obj[1] + " (prototypes)";
this.context.fork(name, top[OFFSET], this, fill,
obj[0], name, function(a, b) compl(a, b, true), compl != orig,
obj[0], name, function (a, b) compl(a, b, true), compl != orig,
filter, last, key.length);
obj[1] += " (substrings)";
this.context.fork(obj[1], top[OFFSET], this, fill,
@@ -1260,7 +1260,7 @@ const Completion = Module("completion", {
top[OFFSET] = o;
}
}
},
}
}, {
EVAL_TMP: "__liberator_eval_tmp",
}),