mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-05-03 17:33:31 -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) ->
|
onSimulateButtonClick: (e) ->
|
||||||
application.tracker?.trackEvent 'Simulate Button Click', {}
|
application.tracker?.trackEvent 'Simulate Button Click', {}
|
||||||
@startSimulating
|
@startSimulating()
|
||||||
|
|
||||||
startSimulating: ->
|
startSimulating: ->
|
||||||
@simulationPageRefreshTimeout = _.delay @refreshAndContinueSimulating, 20 * 60 * 1000
|
@simulationPageRefreshTimeout = _.delay @refreshAndContinueSimulating, 20 * 60 * 1000
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue