Remove linter warning

This commit is contained in:
Kevin Sawicki 2017-01-26 09:59:07 -08:00
parent a851695bb9
commit 2cfa67bdff

View file

@ -1670,7 +1670,7 @@ describe('BrowserWindow module', function () {
clearInterval(showPanelIntervalId)
showPanelIntervalId = setInterval(function () {
if (w == null || w.isDestroyed()) {
if (w == null || w.isDestroyed()) {
clearInterval(showLastDevToolsPanel)
return
}