X-Git-Url: https://git.auder.net/?p=vchess.git;a=blobdiff_plain;f=client%2Fsrc%2Futils%2Fnotation.js;h=3d566c8a5d993689f7a4120e0d01a14f7b1a30cb;hp=4402e2699cc64974c2e6550edd1bb0c05d4146b8;hb=737a5dafb39740ebe304b8d0a82df85070def571;hpb=1b56b73614509d1dca8c4353f18fb78349940cf8 diff --git a/client/src/utils/notation.js b/client/src/utils/notation.js index 4402e269..3d566c8a 100644 --- a/client/src/utils/notation.js +++ b/client/src/utils/notation.js @@ -2,11 +2,15 @@ export function getFullNotation(move, type) { if (!type) type = "notation"; if (Array.isArray(move)) { - let notation = ""; - for (let i=0; i