mirror of
https://github.com/jspsych/jsPsych.git
synced 2025-05-11 16:18:11 +00:00
fix error in docs example (missing comma) - fixes #1840
This commit is contained in:
parent
b528c4663f
commit
316aa679fc
@ -49,7 +49,7 @@ var circle_1 = {
|
|||||||
filledCirc(c, 100, 'blue');
|
filledCirc(c, 100, 'blue');
|
||||||
},
|
},
|
||||||
choices: ['Red', 'Green', 'Blue'],
|
choices: ['Red', 'Green', 'Blue'],
|
||||||
prompt: '<p>What color is the circle?</p>'
|
prompt: '<p>What color is the circle?</p>',
|
||||||
data: {color: 'blue', radius: 100}
|
data: {color: 'blue', radius: 100}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user