mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-04-26 14:03:28 -04:00
You know, actually call the method that starts simulating.
This commit is contained in:
parent
a9247c5018
commit
33ea572cdf
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ module.exports = class SimulateTabView extends CocoView
|
|||
|
||||
onSimulateButtonClick: (e) ->
|
||||
application.tracker?.trackEvent 'Simulate Button Click', {}
|
||||
@startSimulating
|
||||
@startSimulating()
|
||||
|
||||
startSimulating: ->
|
||||
@simulationPageRefreshTimeout = _.delay @refreshAndContinueSimulating, 20 * 60 * 1000
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue