mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-28 15:55:47 +01:00
Add missing semicolons, fix whitespace and normalise Vim modelines.
This commit is contained in:
@@ -92,7 +92,6 @@ var Modules = function Modules(window) {
|
||||
|
||||
const create = window.Object.create.bind(window.Object);
|
||||
|
||||
|
||||
const BASES = [BASE, "resource://dactyl-local-content/"];
|
||||
|
||||
jsmodules = Cu.createObjectIn(window);
|
||||
@@ -357,4 +356,4 @@ endModule();
|
||||
|
||||
} catch(e){ if (!e.stack) 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