mirror of
https://github.com/atom/atom.git
synced 2026-01-22 13:28:01 -05:00
💄
This commit is contained in:
@@ -34,7 +34,8 @@ global.document = window.document
|
||||
global.callTaskMethod = (method, args...) ->
|
||||
process.send(method: method, args: args)
|
||||
|
||||
# The worker's initial handler replaces itglobal when `start` is invoked
|
||||
# The worker's initial handler replaces the global hadndler when `start` is
|
||||
# invoked.
|
||||
global.handler =
|
||||
start: ({globals, handlerPath}) ->
|
||||
for key, value of globals
|
||||
|
||||
Reference in New Issue
Block a user