1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-04 22:24:13 +01:00

Merge default.

--HG--
branch : groups
This commit is contained in:
Kris Maglione
2011-02-07 15:50:10 -05:00
3 changed files with 3 additions and 3 deletions

View File

@@ -85,7 +85,7 @@ var Download = Class("Download", {
},
commands: {
delete: function delete() {
delete: function delete_() {
this.targetFile.remove(false);
this.updateStatus();
},