mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-21 02:27:58 +01:00
Update downloads.jsm to use Downloads.jsm rather than defunct downloads service.
This commit is contained in:
@@ -332,7 +332,7 @@ var HintSession = Class("HintSession", CommandMode, {
|
||||
__proto__: this.Hint
|
||||
});
|
||||
|
||||
for (let hint in values(_hints)) {
|
||||
for (let hint of _hints) {
|
||||
let { elem, rect } = hint;
|
||||
|
||||
if (elem.hasAttributeNS(NS, "hint"))
|
||||
|
||||
Reference in New Issue
Block a user