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

Method activateCarousels

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

Source from the content-addressed store, hash-verified

289 }
290
291 activateCarousels () {
292 if (this.destroyed) { return }
293 return this.$('.carousel').carousel().off().on('slide.bs.carousel', this.onCarouselSlide)
294 }
295
296 afterRender () {
297 if (me.isAnonymous()) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected