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

Class

app/views/HomeView.js:40–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38const PRODUCT_SUFFIX = isCoco() ? 'coco' : 'ozar'
39module.exports = (HomeView = (function () {
40 HomeView = class HomeView extends RootView {
41 constructor (...args) {
42 super(...args)
43 this.onCarouselSlide = this.onCarouselSlide.bind(this)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected