1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-04-24 04:31:27 +02:00

Fix :downloads error

This commit is contained in:
Che-Huai Lin
2015-11-18 22:34:58 +08:00
parent fb13552421
commit 6882834086
+1 -1
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() {