Fix a few errant jshint problems
FREEBIE
This commit is contained in:
parent
9fb079253c
commit
bbb12979b3
1 changed files with 2 additions and 2 deletions
|
@ -31,8 +31,8 @@
|
||||||
clearInterval(window.keepClear);
|
clearInterval(window.keepClear);
|
||||||
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…
Reference in a new issue