mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-03-11 09:35:46 +01:00
Add missing semicolons.
--HG-- extra : rebase_source : d0f7ae9f98a691c7a721e8203121964d7976447e
This commit is contained in:
@@ -106,7 +106,7 @@ var Download = Class("Download", {
|
||||
function action() {
|
||||
try {
|
||||
if (this.MIMEInfo && this.MIMEInfo.preferredAction == this.MIMEInfo.useHelperApp)
|
||||
this.MIMEInfo.launchWithFile(file)
|
||||
this.MIMEInfo.launchWithFile(file);
|
||||
else
|
||||
file.launch();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user