mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-14 14:15:47 +01:00
Add missing semicolons.
--HG-- extra : rebase_source : d0f7ae9f98a691c7a721e8203121964d7976447e
This commit is contained in:
@@ -113,7 +113,7 @@ var Modes = Module("modes", {
|
||||
});
|
||||
this.addMode("OUTPUT_MULTILINE", {
|
||||
description: "Active when the multi-line output buffer is open",
|
||||
bases: [this.NORMAL],
|
||||
bases: [this.NORMAL]
|
||||
});
|
||||
|
||||
this.addMode("INPUT", {
|
||||
@@ -267,7 +267,7 @@ var Modes = Module("modes", {
|
||||
|
||||
let val = this._modeMap[this._main].display();
|
||||
if (val)
|
||||
return "-- " + val + " --" + macromode;;
|
||||
return "-- " + val + " --" + macromode;
|
||||
return macromode;
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user