constructor()

in scripts/team.js [17:23]


  constructor(docsFile, teamFile) {
    this.docsFile = docsFile;
    this.teamFile = teamFile;
    this.nativeObject = [];
    this.logins = {};
    this.mergedData = [];
  }