()
| 275 | } |
| 276 | |
| 277 | onCarouselRight () { |
| 278 | return $('#core-curriculum-carousel').carousel('next') |
| 279 | } |
| 280 | |
| 281 | onCarouselSlide (e) { |
| 282 | const $carousel = $(e.currentTarget).closest('.carousel') |
nothing calls this directly
no outgoing calls
no test coverage detected