mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
Update browser files to use require 'electron'
This commit is contained in:
@@ -1,6 +1,4 @@
|
||||
BrowserWindow = require 'browser-window'
|
||||
app = require 'app'
|
||||
dialog = require 'dialog'
|
||||
{BrowserWindow, app, dialog} = require 'electron'
|
||||
path = require 'path'
|
||||
fs = require 'fs'
|
||||
url = require 'url'
|
||||
|
||||
Reference in New Issue
Block a user