mirror of
https://github.com/atom/atom.git
synced 2026-02-05 20:25:04 -05:00
Also use require('electron') in specs
This commit is contained in:
@@ -277,7 +277,7 @@ class AtomApplication
|
||||
process.stderr.write(output)
|
||||
|
||||
ipcMain.on 'add-recent-document', (event, filename) ->
|
||||
app.addRecentDocument(filename)
|
||||
app.addRecentDocument(filename)
|
||||
|
||||
setupDockMenu: ->
|
||||
if process.platform is 'darwin'
|
||||
|
||||
Reference in New Issue
Block a user