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

Class

app/views/CLAView.js:17–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15
16module.exports = (CLAView = (function () {
17 CLAView = class CLAView extends RootView {
18 constructor (...args) {
19 super(...args)
20 this.onAgreeSucceeded = this.onAgreeSucceeded.bind(this)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected