From a12abd7377da64c5206d630323255223bf55550f Mon Sep 17 00:00:00 2001 From: Kevin Sawicki Date: Tue, 14 May 2013 12:01:21 -0700 Subject: [PATCH] :lipstick: --- src/stdlib/task-shell.coffee | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/stdlib/task-shell.coffee b/src/stdlib/task-shell.coffee index e4f547a5f..c903c0a67 100644 --- a/src/stdlib/task-shell.coffee +++ b/src/stdlib/task-shell.coffee @@ -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