fix example file

This commit is contained in:
Josh de Leeuw 2017-06-07 13:06:46 -04:00 committed by KristinDiep
parent 87f822ec3e
commit 4e44c489c6

View File

@ -2,7 +2,7 @@
<html>
<head>
<script src="../jspsych.js"></script>
<script src="../plugins/jspsych-single-stim.js"></script>
<link rel="stylesheet" href="../css/jspsych.css"></link>
@ -30,7 +30,7 @@
{
type: 'single-stim',
choices: jsPsych.ALL_KEYS,
stimulus: function(){ return jsPsych.timelineVariable('v1'); },
stimulus: jsPsych.timelineVariable('v1'),
is_html: true
}
],