Skip to content

Commit

Permalink
Merge pull request #109 from tmalsburg/patch-1
Browse files Browse the repository at this point in the history
Missing comma in jspsych-self-paced-reading.md
  • Loading branch information
jodeleeuw authored Jun 1, 2024
2 parents be2bc2b + b683e87 commit a19245d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ In addition to the [parameters available in all plugins](https://www.jspsych.org
| mask_colour | string | "black" | Mask colour |
| line_height | number | 80 | Line height for multiline text |
| canvas_colour | string | "white" | Canvas colour |
| canvas_size | number[] | [1280 960] | Canvas size |
| canvas_size | number[] | [1280, 960] | Canvas size |
| canvas_border | string | "0px solid black | Canvas border |
| canvas_clear_border | bool | true | Clear screen following final word in sentence |
| translate_origin | bool | false | Translate coordinates to [0,0] at centre |
Expand Down

0 comments on commit a19245d

Please sign in to comment.