Fix a few errant jshint problems

FREEBIE
pull/749/head
Scott Nonnenberg 8 years ago
parent 9fb079253c
commit bbb12979b3
No known key found for this signature in database
GPG Key ID: A4931C09644C654B

@ -32,7 +32,7 @@
delete window.keepClear; delete window.keepClear;
} }
window.keepClear = setInterval(function() { window.keepClear = setInterval(function() {
extension.windows.clearAttention(inboxWindowId) extension.windows.clearAttention(inboxWindowId);
}, 2000); }, 2000);
}; };

Loading…
Cancel
Save