Merged in hotfix/MAPG-60-fix-js-syntax-error (pull request #38)

MAPG-60 fix JS syntax error
This commit is contained in:
Bence Pőcze 2020-05-23 00:35:27 +00:00
commit 9ef0a9ac79

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({