mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-09 22:44:11 +01:00
Update downloads.jsm to use Downloads.jsm rather than defunct downloads service.
This commit is contained in:
@@ -733,7 +733,7 @@ var CompletionContext = Class("CompletionContext", {
|
||||
let alias = (prop) => {
|
||||
context.__defineGetter__(prop, () => this[prop]);
|
||||
context.__defineSetter__(prop, (val) => this[prop] = val);
|
||||
}
|
||||
};
|
||||
alias("_cache");
|
||||
alias("_completions");
|
||||
alias("_generate");
|
||||
|
||||
Reference in New Issue
Block a user