Start server implementation for correspondance play (early debug stage)
[vchess.git] / public / javascripts / variants / Switching.js
index d898ff6..04bb110 100644 (file)
@@ -133,5 +133,3 @@ class SwitchingRules extends ChessRules
                return "S" + V.CoordsToSquare(move.start) + V.CoordsToSquare(move.end);
        }
 }
-
-const VariantRules = SwitchingRules;