()
| 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()) { |
nothing calls this directly
no outgoing calls
no test coverage detected