(talk)
| 30 | } |
| 31 | |
| 32 | syncState(talk) { |
| 33 | this.talk = talk; |
| 34 | this.comments.textContent = ""; |
| 35 | for (let comment of talk.comments) { |
| 36 | this.comments.appendChild(renderComment(comment)); |
| 37 | } |
| 38 | } |
| 39 | } |
| 40 | |
| 41 | class SkillShareApp { |
no outgoing calls
no test coverage detected