X-Git-Url: https://git.auder.net/?a=blobdiff_plain;f=public%2Fjavascripts%2Fvariants%2FGrand.js;h=ec2afd81fc98d5afd0fabe6dfcc21e07a3f3023d;hb=56a683cd685eceeff44560c060c9c97605429ee1;hp=b598f2d29e2666a67645c09d1d2595186f3a95c5;hpb=2d7194bd9c976f444e43e5dc0a725823b6472eb9;p=vchess.git diff --git a/public/javascripts/variants/Grand.js b/public/javascripts/variants/Grand.js index b598f2d2..ec2afd81 100644 --- a/public/javascripts/variants/Grand.js +++ b/public/javascripts/variants/Grand.js @@ -358,3 +358,5 @@ class GrandRules extends ChessRules " w 1111 -"; } } + +const VariantRules = GrandRules;