1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-06-13 12:55:22 +02:00

Formatting fixes.

This commit is contained in:
Doug Kearns
2009-08-25 20:33:35 +10:00
parent 5f6405be03
commit c958616337
21 changed files with 99 additions and 99 deletions
+1 -1
View File
@@ -249,7 +249,7 @@ const config = { //{{{
let menu = document.getElementById("viewSidebarMenu");
for (let [,panel] in Iterator(menu.childNodes))
for (let [, panel] in Iterator(menu.childNodes))
{
if (compare(panel.label, arg))
{
+1 -1
View File
@@ -170,7 +170,7 @@ commands.addUserCommand(["regr[essions]"],
continue;
let testDescription = util.clip(test.cmds.join(" -> "), 80);
for (let [,cmd] in Iterator(test.cmds))
for (let [, cmd] in Iterator(test.cmds))
{
if (skipTests.indexOf(cmd) != -1)
{