| 38 | const PRODUCT_SUFFIX = isCoco() ? 'coco' : 'ozar' |
| 39 | module.exports = (HomeView = (function () { |
| 40 | HomeView = class HomeView extends RootView { |
| 41 | constructor (...args) { |
| 42 | super(...args) |
| 43 | this.onCarouselSlide = this.onCarouselSlide.bind(this) |
nothing calls this directly
no outgoing calls
no test coverage detected