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

Whitespace fixes.

--HG--
extra : rebase_source : 8668ae131079523322e32f068e1b48bea64b4f72
This commit is contained in:
Doug Kearns
2010-09-22 13:35:11 +10:00
parent 877ea957ca
commit 60eac8d752
14 changed files with 18 additions and 19 deletions

View File

@@ -107,7 +107,7 @@ const Mail = Module("mail", {
let i = direction;
let folder;
while (count > 0 && (c + i) < gFolderTreeView.rowCount && (c + i) >= 0) {
let resource = gFolderTreeView._rowMap[c+i]._folder;
let resource = gFolderTreeView._rowMap[c + i]._folder;
if (!resource.isServer && resource.getNumUnread(false)) {
count -= 1;
folder = i;