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

Method initialize

app/views/courses/CourseDetailsView.js:98–103  ·  view source on GitHub ↗
(options)

Source from the content-addressed store, hash-verified

96 }
97
98 initialize (options) {
99 if (window.tracker != null) {
100 window.tracker.trackEvent('Students Class Course Loaded', { category: 'Students' })
101 }
102 return super.initialize(options)
103 }
104
105 buildSessionStats () {
106 let concept, state, userID

Callers

nothing calls this directly

Calls 1

trackEventMethod · 0.45

Tested by

no test coverage detected