Fix a few errant jshint problems
FREEBIE
This commit is contained in:
@@ -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);
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user