Fix a few errant jshint problems

FREEBIE
This commit is contained in:
Scott Nonnenberg 2017-08-25 14:28:05 -07:00
parent 9fb079253c
commit bbb12979b3
No known key found for this signature in database
GPG key ID: A4931C09644C654B

View file

@ -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);
};