Skip to content

Commit

Permalink
refactor(devs): retirado o método estático sum da classe Mapa
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcosViniciusG committed Jun 20, 2024
1 parent 8b3ebec commit 12fcf14
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions lgbtq_connect/assets/js/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,6 @@ class Mapa {
this.mapa.remove()
this.mapa = null;
}

static sum(a, b) {
return a+b;
}
}

class Pagina {
Expand Down

0 comments on commit 12fcf14

Please sign in to comment.