1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-23 09:48:00 +01:00

add some missing semicolons and remove some trailing commas

This commit is contained in:
Doug Kearns
2008-07-27 15:08:06 +00:00
parent 7995fa8290
commit 23692e57aa
6 changed files with 9 additions and 9 deletions

View File

@@ -1309,7 +1309,7 @@ liberator.StatusLine = function () //{{{
["1", "Display status line only if there are multiple windows"],
["2", "Always display status line"],
];
},
}
});
/////////////////////////////////////////////////////////////////////////////}}}