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

Method onCarouselRight

app/views/HomeView.js:277–279  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

275 }
276
277 onCarouselRight () {
278 return $('#core-curriculum-carousel').carousel('next')
279 }
280
281 onCarouselSlide (e) {
282 const $carousel = $(e.currentTarget).closest('.carousel')

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected