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

Decode URLs in the completion list against my better judgment. Get rid of bloody newlines in strict mode lambdas.

This commit is contained in:
Kris Maglione
2011-08-14 13:09:51 -04:00
parent 7c61244e5a
commit 9273db48ab
5 changed files with 11 additions and 8 deletions

View File

@@ -469,7 +469,7 @@ var CompletionContext = Class("CompletionContext", {
this.processor = Array.slice(this.process);
if (!this.anchored)
this.processor[0] = function (item, text) self.process[0].call(self, item,
template.highlightFilter(item.text, self.filter));
template.highlightFilter(item.text, self.filter, null, item.isURI));
try {
// Item prototypes