updateBadge: bring back coleascing [was removed temporarily]

This commit is contained in:
Chris 2015-05-01 04:42:16 -06:00
parent 2a105b3b59
commit 84aad79ad7
1 changed files with 1 additions and 1 deletions

View File

@ -190,7 +190,7 @@ return asyncJobManager;
return;
}
tabIdToUpdate = tabId;
setTimeout(updateBadge, 0);
µb.asyncJobs.add('updateBadge-' + tabId, tabId, updateBadge, 250);
};
return updateBadgeAsync;