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

Method onCarouselLeft

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

Source from the content-addressed store, hash-verified

271 }
272
273 onCarouselLeft () {
274 return $('#core-curriculum-carousel').carousel('prev')
275 }
276
277 onCarouselRight () {
278 return $('#core-curriculum-carousel').carousel('next')

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected