Saving state - unstable
[vchess.git] / public / javascripts / variants / Checkered.js
index 56fa15a..f1cf771 100644 (file)
@@ -1,6 +1,5 @@
 class CheckeredRules extends ChessRules
 {
-       // Path to pieces
        static getPpath(b)
        {
                return b[0]=='c' ? "Checkered/"+b : b;