Merge pull request #5542 from stevekinney/standardize-requires
Standardize requires
This commit is contained in:
commit
ecbb088ea6
7 changed files with 11 additions and 18 deletions
|
@ -1,7 +1,6 @@
|
|||
'use strict'
|
||||
|
||||
const app = require('electron').app
|
||||
const BrowserWindow = require('electron').BrowserWindow
|
||||
const {app, BrowserWindow} = require('electron')
|
||||
const binding = process.atomBinding('dialog')
|
||||
const v8Util = process.atomBinding('v8_util')
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue