Remove linter errors

This commit is contained in:
Kevin Sawicki 2017-01-12 10:28:02 -08:00
parent 8098ca3b66
commit 97dd680b32
2 changed files with 1 additions and 2 deletions

View file

@ -1018,7 +1018,7 @@ describe('BrowserWindow module', function () {
w = new BrowserWindow({
show: false,
webPreferences: {
sandbox: true,
sandbox: true
}
})
const initialWebContents = webContents.getAllWebContents()