MCPcopy Create free account
hub / github.com/codecombat/codecombat / clearPlayback

Method clearPlayback

app/views/admin/CodePlaybackView.js:176–181  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

174 }
175
176 clearPlayback () {
177 if (this.interval != null) { clearInterval(this.interval) }
178 this.interval = undefined
179 if (this.spade.playback != null) { clearInterval(this.spade.playback) }
180 return this.spade.playback = undefined
181 }
182
183 onPauseClicked (e) {
184 this.clearPlayback()

Callers 5

updateSliderMethod · 0.95
onPlayClickedMethod · 0.95
onSliderInputMethod · 0.95
onPauseClickedMethod · 0.95
destroyMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected