Still support 'atom-delegate' API for old apps.
This commit is contained in:
parent
b939232670
commit
fe8a2b9ee0
2 changed files with 7 additions and 0 deletions
6
browser/api/lib/atom-delegate.coffee
Normal file
6
browser/api/lib/atom-delegate.coffee
Normal file
|
@ -0,0 +1,6 @@
|
|||
module.exports =
|
||||
browserMainParts:
|
||||
preMainMessageLoopRun: ->
|
||||
|
||||
setImmediate ->
|
||||
module.exports.browserMainParts.preMainMessageLoopRun()
|
Loading…
Add table
Add a link
Reference in a new issue