Early draft of Paco-Sako + some fixes
[vchess.git] / client / src / components / Board.vue
index d45f33b..b8d0fad 100644 (file)
@@ -425,7 +425,7 @@ export default {
                   attrs: {
                     src:
                       "/images/pieces/" +
-                      // orientation: extra arg useful for some variants:
+                      // orientation: extra arg useful for some variants
                       this.vr.getPPpath(m, this.orientation) +
                       V.IMAGE_EXTENSION
                   },