Skip to content

Commit

Permalink
Update main.js (#84)
Browse files Browse the repository at this point in the history
  • Loading branch information
jadbalout authored and Max Leiter committed Jul 27, 2016
1 parent 396420d commit 0e2ee3f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions js/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -611,8 +611,8 @@ var mapView = {
sortedPokedex.push({
"name": pkmnName,
"id": pkmID,
"cap": (pkmEnc || 0),
"enc": (pkmCap || 0)
"cap": (pkmCap || 0),
"enc": (pkmEnc || 0)
});
}
switch (sortOn) {
Expand Down

0 comments on commit 0e2ee3f

Please sign in to comment.