Chocobozzz/PeerTube

View on GitHub
client/src/app/shared/shared-main/common/infinite-scroller.directive.ts

Summary

Maintainability
A
1 hr
Test Coverage

Function initialize has 27 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  initialize () {
    this.container = this.onItself
      ? this.el.nativeElement
      : document.documentElement

    There are no issues that match your filters.

    Category
    Status