mirror of
https://github.com/jspsych/jsPsych.git
synced 2025-05-11 16:18:11 +00:00
bug fix palmer
This commit is contained in:
parent
7ce2f70201
commit
6ef6bb33a0
@ -188,7 +188,7 @@
|
|||||||
// is a 1 in the array.
|
// is a 1 in the array.
|
||||||
function showConfiguration(configuration) {
|
function showConfiguration(configuration) {
|
||||||
for (var i = 0; i < configuration.length; i++) {
|
for (var i = 0; i < configuration.length; i++) {
|
||||||
if (configuration[i] == 1) {
|
if (configuration[i] != lineIsVisible[i]) {
|
||||||
toggle_line(i);
|
toggle_line(i);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user