1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-02-25 07:05:46 +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

@@ -132,7 +132,7 @@ function fo_read(max)
{
var entries = this.localFile.directoryEntries;
var array = [];
while(entries.hasMoreElements())
while (entries.hasMoreElements())
{
var entry = entries.getNext();
entry.QueryInterface(Components.interfaces.nsIFile);