mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-06 00:44:12 +01:00
Fix failing tests.
This commit is contained in:
@@ -434,7 +434,7 @@ var Sanitizer = Module("sanitizer", XPCOM([Ci.nsIObserver, Ci.nsISupportsWeakRef
|
||||
bang: true,
|
||||
completer: function (context) {
|
||||
context.title = ["Privacy Item", "Description"];
|
||||
context.completions = modules.options.get("sanitizeitems").completer();
|
||||
context.completions = modules.options.get("sanitizeitems").values;
|
||||
},
|
||||
domains: function (args) args["-host"] || [],
|
||||
options: [
|
||||
|
||||
Reference in New Issue
Block a user