Skip to content

Commit

Permalink
v 1.4.0 testing row col params in OP first step: reading them OK
Browse files Browse the repository at this point in the history
  • Loading branch information
nakednous committed Jul 29, 2023
1 parent 46d4418 commit 0838942
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo/sketch.js
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ function stick(key) {
Quadrille.XOR(board, clone, row, col) : key === 'i' ?
Quadrille.AND(board, clone, row, col) : Quadrille.DIFF(board, clone, row, col);
// */
// /* // pending
// /*
// let clone = quadrille.clone(false); // fails as expected
let clone = quadrille.clone(); // works as expected
clone.replace(color('#965695'));
Expand Down

0 comments on commit 0838942

Please sign in to comment.