mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-09 21:34:12 +01:00
Add missing semicolons, fix whitespace and normalise Vim modelines.
This commit is contained in:
@@ -28,7 +28,7 @@ var Cache = Module("Cache", XPCOM(Ci.nsIRequestObserver), {
|
||||
"cache": function (uri, path) {
|
||||
let contentType = "text/plain";
|
||||
try {
|
||||
contentType = services.mime.getTypeFromURI(uri)
|
||||
contentType = services.mime.getTypeFromURI(uri);
|
||||
}
|
||||
catch (e) {}
|
||||
|
||||
@@ -268,4 +268,4 @@ endModule();
|
||||
|
||||
// catch(e){ if (typeof e === "string") e = Error(e); dump(e.fileName+":"+e.lineNumber+": "+e+"\n" + e.stack); }
|
||||
|
||||
// vim: set fdm=marker sw=4 sts=4 et ft=javascript:
|
||||
// vim: set fdm=marker sw=4 sts=4 ts=8 et ft=javascript:
|
||||
|
||||
Reference in New Issue
Block a user