Skip to content

Commit

Permalink
chore: remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
erickzhao committed Jul 1, 2019
1 parent 43ef566 commit c567d29
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion spec/api-browser-window-spec.js
Expand Up @@ -2332,7 +2332,6 @@ describe('BrowserWindow module', () => {

describe('focus event', () => {
it('should not emit if focusing on a main window with a modal open', (done) => {
const childWindowClosed = false
const child = new BrowserWindow({
parent: w,
modal: true,
Expand Down

0 comments on commit c567d29

Please sign in to comment.