1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-03-04 12:35:46 +01:00

Fix :downloads error

This commit is contained in:
Che-Huai Lin
2015-11-18 22:34:58 +08:00
parent fb13552421
commit 6882834086

View File

@@ -231,7 +231,7 @@ var DownloadList = Class("DownloadList",
this.nodes = { this.nodes = {
commandTarget: this commandTarget: this
}; };
this.downloads = Map(); this.downloads = new Map();
}, },
cleanup: function cleanup() { cleanup: function cleanup() {