1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-30 03:45:46 +01:00

Fix Minefield a-fucking-gain.

This commit is contained in:
Kris Maglione
2011-02-07 15:50:08 -05:00
parent bb0b6f8bdb
commit c8d54fa5d2
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();
},