mirror of
https://github.com/pulsar-edit/pulsar.git
synced 2024-11-13 08:44:12 +03: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:
parent
32d57892a2
commit
7952dfc196
@ -24,7 +24,7 @@ class Task
|
||||
error: -> console.error(arguments...)
|
||||
|
||||
startWorker: ->
|
||||
@callWorkerMethod 'start'
|
||||
@callWorkerMethod 'start',
|
||||
globals:
|
||||
resourcePath: window.resourcePath
|
||||
navigator:
|
||||
|
Loading…
Reference in New Issue
Block a user