()
| 271 | } |
| 272 | |
| 273 | onCarouselLeft () { |
| 274 | return $('#core-curriculum-carousel').carousel('prev') |
| 275 | } |
| 276 | |
| 277 | onCarouselRight () { |
| 278 | return $('#core-curriculum-carousel').carousel('next') |
nothing calls this directly
no outgoing calls
no test coverage detected