This commit is contained in:
Kevin Sawicki
2013-05-14 12:01:21 -07:00
parent 2f54cb4c22
commit a12abd7377

View File

@@ -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