1
0
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:
Kris Maglione
2014-02-15 15:04:09 -08:00
parent 789b44209c
commit e4aa798f6d
10 changed files with 323 additions and 172 deletions

View File

@@ -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");