fix example file

This commit is contained in:
Josh de Leeuw 2017-06-07 13:06:46 -04:00
parent 5183f46264
commit 51a02b1eac

View File

@ -30,7 +30,7 @@
{ {
type: 'single-stim', type: 'single-stim',
choices: jsPsych.ALL_KEYS, choices: jsPsych.ALL_KEYS,
stimulus: function(){ return jsPsych.timelineVariable('v1'); }, stimulus: jsPsych.timelineVariable('v1'),
is_html: true is_html: true
} }
], ],