Fixed ChallengePost utm link. Tweaked God worker timeout for more reliable performance logging.
This commit is contained in:
parent
17543e7021
commit
5ec06159a6
2 changed files with 2 additions and 2 deletions
|
@ -52,6 +52,6 @@ Whether you're novice or pro, the CodeCombat team is ready to help you implement
|
||||||
|
|
||||||
----------
|
----------
|
||||||
|
|
||||||
[](http://codecombat.challengepost.com/?utm_source-github&utm_medium-oswidget&utm_campaign-codecombat)
|
[](http://codecombat.challengepost.com/?utm_source=github&utm_medium=oswidget&utm_campaign=codecombat)
|
||||||
|
|
||||||
[](http://www.google-melange.com/gsoc/homepage/google/gsoc2014)
|
[](http://www.google-melange.com/gsoc/homepage/google/gsoc2014)
|
|
@ -227,7 +227,7 @@ class Angel
|
||||||
_.delay ->
|
_.delay ->
|
||||||
worker.terminate()
|
worker.terminate()
|
||||||
worker.removeEventListener 'message', onWorkerMessage
|
worker.removeEventListener 'message', onWorkerMessage
|
||||||
, 2000
|
, 3000
|
||||||
@worker = null
|
@worker = null
|
||||||
@
|
@
|
||||||
|
|
||||||
|
|
Reference in a new issue