MAPG-60 fix JS syntax error

This commit is contained in:
Bence Pőcze 2020-05-23 02:33:44 +02:00
parent 28aaaf1172
commit 1c0e423811

View File

@ -187,7 +187,7 @@
} }
}, },
addRealGuessPair(realPosition, guessPosition, hidden) { addRealGuessPair: function (realPosition, guessPosition, hidden) {
var round = Core.rounds[Core.rounds.length - 1]; var round = Core.rounds[Core.rounds.length - 1];
round.realMarker = new google.maps.Marker({ round.realMarker = new google.maps.Marker({