| 10 | const AuthModal = require('views/core/AuthModal'); |
| 11 | |
| 12 | var 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 | } |
nothing calls this directly
no outgoing calls
no test coverage detected