Merged , and slightly improved update interval handling.

This commit is contained in:
Nick Winter 2014-01-10 16:36:36 -08:00
parent 21915f358c
commit a6f1ce53ba

View file

@ -39,6 +39,7 @@ module.exports = class HomeView extends View
@createWizard -10, 2, 2.6
turnOnStageUpdates: ->
clearInterval @turnOff
@interval = setInterval(@updateStage, 40) unless @interval
turnOffStageUpdates: ->
@ -79,4 +80,3 @@ module.exports = class HomeView extends View
didReappear: ->
super()
@turnOnStageUpdates()