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

Method destroy

app/views/courses/TeacherClassesView.js:311–317  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

309 }
310
311 destroy () {
312 this.cleanupEncouragementModal()
313 if (this.dashboardToggle != null) {
314 this.dashboardToggle.$destroy()
315 }
316 return super.destroy()
317 }
318
319 cleanupEncouragementModal () {
320 if (this.ozariaEncouragementModal) {

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected