Remove lint errors

This commit is contained in:
Kevin Sawicki 2017-01-04 14:57:51 -08:00
parent fd23c7bf76
commit 1f07977f09
2 changed files with 6 additions and 7 deletions

View file

@ -231,12 +231,11 @@ ipcMain.on('close-on-will-navigate', (event, id) => {
})
})
ipcMain.on('create-window-with-options-cycle', (event) => {
// This can't be done over remote since cycles are already
// nulled out at the IPC layer
const foo = {}
foo.bar = foo
foo.bar = foo
foo.baz = {
hello: {
world: true