(courseId)
| 571 | } |
| 572 | |
| 573 | showVideosLinkForCourse (courseId) { |
| 574 | return courseId === utils.courseIDs.INTRODUCTION_TO_COMPUTER_SCIENCE |
| 575 | } |
| 576 | |
| 577 | onClickLogInButton () { |
| 578 | const modal = new AuthModal() |
nothing calls this directly
no outgoing calls
no test coverage detected