mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
Add command after first argument
This forces the object to be interpreted as the second argument to the callWorkerMethod function instead of as the first argument to function returned from callWorkerMethod. Closes #338
This commit is contained in:
@@ -24,7 +24,7 @@ class Task
|
||||
error: -> console.error(arguments...)
|
||||
|
||||
startWorker: ->
|
||||
@callWorkerMethod 'start'
|
||||
@callWorkerMethod 'start',
|
||||
globals:
|
||||
resourcePath: window.resourcePath
|
||||
navigator:
|
||||
|
||||
Reference in New Issue
Block a user