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

Class

test/app/views/core/CocoView.spec.js:12–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10const AuthModal = require('views/core/AuthModal');
11
12var BlandView = (BlandView = class BlandView extends CocoView {
13 template() {
14 if (this.specialMessage) { return '<div id="content">custom message</div>'; } else { return '<div id="content">normal message</div>'; }
15 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected