/** */ class ProjectFundingTeamView extends EICDomContent { DOMContentLoaded(options) { for(let model in options.models) this[model] = options.models[model]; this.components = ui.eicfy(this.el); this.project.contributors(this.project.current.project.number) .then(this.fill.bind(this)) } fill(data) { let list = this.find('ul.list'); for(let member of data) { let roles = member.roles.map(o => this.translateRole(o.role)) let el = ui.create(`