Merged in hotfix/MAPG-60-fix-js-syntax-error (pull request #38)
MAPG-60 fix JS syntax error
This commit is contained in:
commit
9ef0a9ac79
@ -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