Play computer move in webworker to not freeze interface
[vchess.git] / public / javascripts / variants / Switching.js
index ee84e4c..e53ab69 100644 (file)
@@ -137,3 +137,5 @@ class SwitchingRules extends ChessRules
                return "S" + startSquare + finalSquare;
        }
 }
+
+const VariantRules = SwitchingRules;