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

Method onClickPlayback

app/views/admin/CodeLogsView.js:78–80  ·  view source on GitHub ↗
(e)

Source from the content-addressed store, hash-verified

76 }
77
78 onClickPlayback (e) {
79 return this.insertSubView(this.codePlaybackView = new CodePlaybackView({ rawLog: $(e.target).data('codelog') }))
80 }
81
82 deleteTooltip () {
83 if (this.tooltip != null) {

Callers

nothing calls this directly

Calls 1

dataMethod · 0.80

Tested by

no test coverage detected