From 51a02b1eac8edddb0127f5682cf45ebc7aa1246e Mon Sep 17 00:00:00 2001 From: Josh de Leeuw Date: Wed, 7 Jun 2017 13:06:46 -0400 Subject: [PATCH] fix example file --- examples/timeline-variables-sampling.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/timeline-variables-sampling.html b/examples/timeline-variables-sampling.html index ccea00c6..ab13166d 100644 --- a/examples/timeline-variables-sampling.html +++ b/examples/timeline-variables-sampling.html @@ -2,7 +2,7 @@ - + @@ -30,7 +30,7 @@ { type: 'single-stim', choices: jsPsych.ALL_KEYS, - stimulus: function(){ return jsPsych.timelineVariable('v1'); }, + stimulus: jsPsych.timelineVariable('v1'), is_html: true } ],