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:
@@ -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() {
|
||||||
|
|||||||
Reference in New Issue
Block a user