mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-23 01:47:58 +01:00
add some missing semicolons and remove some trailing commas
This commit is contained in:
@@ -865,7 +865,7 @@ liberator.Mail = function () //{{{
|
||||
var accounts = currentAccountOnly ? [this.currentAccount]
|
||||
: this.getFolders("", true, false);
|
||||
|
||||
var unreadCount = 0, totalCount = 0, newCount = 0;;
|
||||
var unreadCount = 0, totalCount = 0, newCount = 0;
|
||||
for (var i = 0; i < accounts.length; i++)
|
||||
{
|
||||
var account = accounts[i];
|
||||
|
||||
Reference in New Issue
Block a user