Merge pull request #276 from PCLLAB/FixMissingComma

Fix missing comma
This commit is contained in:
Josh de Leeuw 2016-07-27 11:56:23 -04:00 committed by GitHub
commit 835b1664cd

View File

@ -71,7 +71,7 @@ var jsPsych = (function() {
},
'on_interaction_data_update': function(data){
return undefined;
}
},
'show_progress_bar': false,
'auto_preload': true,
'max_load_time': 60000,