mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-03-23 15:13:32 +01:00
Move util.identity to the base module.
Most other functions of its ilk live there.
This commit is contained in:
@@ -620,7 +620,7 @@ var Sanitizer = Module("sanitizer", XPCOM([Ci.nsIObserver, Ci.nsISupportsWeakRef
|
||||
context.title = ["Domain"];
|
||||
context.anchored = false;
|
||||
context.compare = modules.CompletionContext.Sort.unsorted;
|
||||
context.keys = { text: util.identity, description: util.identity };
|
||||
context.keys = { text: identity, description: identity };
|
||||
context.completions = res;
|
||||
};
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user