1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-03 12:44:10 +01:00

some trivial formatting fixes

This commit is contained in:
Doug Kearns
2007-08-14 15:24:49 +00:00
parent 96b3fe093a
commit 9f79ec4d71
9 changed files with 47 additions and 26 deletions

View File

@@ -165,7 +165,7 @@ function CommandLine() //{{{
function autosizeMultilineInputWidget()
{
// XXX: faster/better method?
var lines = 0;
var str = multiline_input_widget.value;
for (var i = 0; i < str.length; i++)
@@ -652,7 +652,10 @@ function InformationList(id, options) //{{{
// remove all old items first
var items = widget.getElementsByTagName("listitem");
while (items.length > 0) { widget.removeChild(items[0]);}
while (items.length > 0)
{
widget.removeChild(items[0]);
}
if (!incremental_fill)
{