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

Method onAgreeSucceeded

app/views/CLAView.js:43–45  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

41 }
42
43 onAgreeSucceeded () {
44 return this.$el.find('#agreement-button').text('Success')
45 }
46
47 onAgreeFailed () {
48 return this.$el.find('#agreement-button').text('Failed')

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected