MAPG-60 fix JS syntax error
This commit is contained in:
parent
28aaaf1172
commit
1c0e423811
@ -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({
|
||||||
|
Loading…
Reference in New Issue
Block a user