1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-28 23:22:28 +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 = {
commandTarget: this
};
this.downloads = Map();
this.downloads = new Map();
},
cleanup: function cleanup() {