()
| 116 | } |
| 117 | |
| 118 | afterRender () { |
| 119 | super.afterRender() |
| 120 | return this.$('[data-toggle="tooltip"]').tooltip({ placement: 'top', html: true, animation: false, container: '#site-content-area' }) |
| 121 | } |
| 122 | |
| 123 | getStarterLicenseCourseList () { |
| 124 | if (!this.courses.loaded) { return } |
nothing calls this directly
no outgoing calls
no test coverage detected