mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-23 23:58:02 -05:00
Fixed a bug with tearing down angels.
This commit is contained in:
parent
7d5db41f5d
commit
21c93e85ed
1 changed files with 1 additions and 0 deletions
|
@ -210,6 +210,7 @@ class Angel
|
|||
@
|
||||
|
||||
abort: ->
|
||||
return unless @worker
|
||||
@abortTimeout = _.delay @terminate, @abortTimeoutDuration
|
||||
@worker.postMessage {func: 'abort'}
|
||||
|
||||
|
|
Loading…
Reference in a new issue