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

Method initialize

app/views/admin/AnalyticsView.js:40–53  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

38 }
39
40 initialize () {
41 this.activeClasses = []
42 this.activeClassGroups = {}
43 this.activeUsers = []
44 this.dayMrrMap = {}
45 this.weekMrrMap = {}
46 this.monthMrrMap = {}
47 this.revenue = []
48 this.revenueGroups = {}
49 this.dayEnrollmentsMap = {}
50 this.enrollmentDays = []
51 this.exchangeRate = {}
52 return this.loadData()
53 }
54
55 afterRender () {
56 super.afterRender()

Callers

nothing calls this directly

Calls 1

loadDataMethod · 0.95

Tested by

no test coverage detected