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:
@@ -231,7 +231,7 @@ var DownloadList = Class("DownloadList",
|
||||
this.nodes = {
|
||||
commandTarget: this
|
||||
};
|
||||
this.downloads = Map();
|
||||
this.downloads = new Map();
|
||||
},
|
||||
|
||||
cleanup: function cleanup() {
|
||||
|
||||
Reference in New Issue
Block a user