1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-26 14:32:26 +01:00

Merge pull request #103 from lzh9102/fix-download-command-error

Fix :downloads error
This commit is contained in:
dkearns
2015-11-19 02:14:50 +11:00

View File

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