mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-22 12:15:49 +01:00
Add missing semicolons, fix whitespace and normalise Vim modelines.
This commit is contained in:
@@ -419,7 +419,6 @@ var Downloads = Module("downloads", XPCOM(Ci.nsIDownloadProgressListener), {
|
||||
let file = download.targetFile.path;
|
||||
let size = download.size;
|
||||
|
||||
|
||||
overlay.modules.forEach(function (modules) {
|
||||
modules.dactyl.echomsg({ domains: [util.getHost(url)], message: _("io.downloadFinished", title, file) },
|
||||
1, modules.commandline.ACTIVE_WINDOW);
|
||||
@@ -516,4 +515,4 @@ endModule();
|
||||
|
||||
// catch(e){ if (isString(e)) e = Error(e); dump(e.fileName+":"+e.lineNumber+": "+e+"\n" + e.stack); }
|
||||
|
||||
// vim: set fdm=marker sw=4 ts=4 et ft=javascript:
|
||||
// vim: set fdm=marker sw=4 sts=4 ts=8 et ft=javascript:
|
||||
|
||||
Reference in New Issue
Block a user