Skip to content

Commit

Permalink
Remove old comment
Browse files Browse the repository at this point in the history
  • Loading branch information
zachgoll committed Jan 31, 2023
1 parent 6972faf commit 4c121fb
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions vanilla-refactor/js/view.js
Original file line number Diff line number Diff line change
Expand Up @@ -93,11 +93,6 @@ export default class View {
* -----------------------------------------------------------------------------
*/

/**
* @param {!Element} el
* @param {!array} classList
*/

#updateScoreboard(p1Wins, p2Wins, ties) {
this.$.p1Wins.innerText = `${p1Wins} wins`;
this.$.p2Wins.innerText = `${p2Wins} wins`;
Expand Down

0 comments on commit 4c121fb

Please sign in to comment.