Minor error corrected

This commit is contained in:
Werner Sævland 2017-05-19 14:42:10 +02:00 committed by GitHub
parent fb8b7d2200
commit 588786abf6

View File

@ -14,7 +14,7 @@
var timeline = []; var timeline = [];
/* define welcome message trial */ /* define welcome message trial */
var welcome = { var welcome_block = {
type: "text", type: "text",
text: "Welcome to the experiment. Press any key to begin." text: "Welcome to the experiment. Press any key to begin."
}; };