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

Method onCarouselDirectMovev2

app/views/HomeView.js:256–260  ·  view source on GitHub ↗
(e)

Source from the content-addressed store, hash-verified

254 }
255
256 onCarouselDirectMovev2 (e) {
257 const selector = $(e.target).closest('.carousel-tab').data('selector')
258 const slideNum = $(e.target).closest('.carousel-tab').data('slide-num')
259 return this.$(selector).carousel(slideNum)
260 }
261
262 onCarouselDirectMove (e) {
263 if (isCoco()) {

Callers

nothing calls this directly

Calls 1

dataMethod · 0.80

Tested by

no test coverage detected