1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-21 19:27:58 +01:00

brace formatting fixes

This commit is contained in:
Doug Kearns
2008-12-19 19:07:17 +11:00
parent 6186ad27b4
commit 194aaf46eb
6 changed files with 17 additions and 9 deletions

View File

@@ -125,7 +125,7 @@ const modes = (function () //{{{
/////////////////////////////////////////////////////////////////////////////{{{
var self = {
NONE: 0,
NONE: 0,
__iterator__: function () util.Array.iterator(this.all),
@@ -133,7 +133,8 @@ const modes = (function () //{{{
get inputMode() main & (this.COMMAND_LINE | this.INPUT | this.TEXTAREA | this.COMPOSE),
addMode: function (name, extended, display) {
addMode: function (name, extended, display)
{
let disp = name.replace("_", " ", "g");
this[name] = 1 << lastMode++;
modeMap[name] = modeMap[this[name]] = {