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

Method constructor

app/views/HomeView.js:41–47  ·  view source on GitHub ↗
(...args)

Source from the content-addressed store, hash-verified

39module.exports = (HomeView = (function () {
40 HomeView = class HomeView extends RootView {
41 constructor (...args) {
42 super(...args)
43 this.onCarouselSlide = this.onCarouselSlide.bind(this)
44 this.activateCarousels = this.activateCarousels.bind(this)
45 this.renderedPaymentNoty = false
46 this.getBanner()
47 }
48
49 static initClass () {
50 this.prototype.id = 'home-view'

Callers

nothing calls this directly

Calls 1

getBannerMethod · 0.95

Tested by

no test coverage detected