mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-05-08 08:58:38 +01:00
Fix a few errant jshint problems
FREEBIE
This commit is contained in:
@@ -31,8 +31,8 @@
|
||||
clearInterval(window.keepClear);
|
||||
delete window.keepClear;
|
||||
}
|
||||
window.keepClear = setInterval(function() {
|
||||
extension.windows.clearAttention(inboxWindowId)
|
||||
window.keepClear = setInterval(function() {
|
||||
extension.windows.clearAttention(inboxWindowId);
|
||||
}, 2000);
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user