1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-02-10 13:15:45 +01:00

Formatting fixes.

This commit is contained in:
Doug Kearns
2009-11-14 04:20:09 +11:00
parent 52562f6390
commit 41b9c8e9a1
31 changed files with 82 additions and 91 deletions

View File

@@ -160,7 +160,6 @@ const CommandLine = Module("commandline", {
this._multilineRegexp = null;
this._multilineCallback = null;
this._input = {};
this.registerCallback("submit", modes.EX, function (command) {
@@ -319,8 +318,6 @@ const CommandLine = Module("commandline", {
this._multilineInputWidget.setAttribute("rows", Math.max(lines, 1));
},
HL_NORMAL: "Normal",
HL_ERRORMSG: "ErrorMsg",
HL_MODEMSG: "ModeMsg",
@@ -1398,7 +1395,7 @@ const CommandLine = Module("commandline", {
arg = String(arg);
return arg;
},
}
}, {
commands: function () {
[
@@ -1610,10 +1607,9 @@ const CommandLine = Module("commandline", {
styles.registerSheet("chrome://liberator/skin/liberator.css");
let error = styles.addSheet(true, "font-size", "chrome://liberator/content/buffer.xhtml",
"body { font-size: " + fontSize + "; }");
},
}
});
/**
* The list which is used for the completion box (and QuickFix window in
* future).