mirror of
https://github.com/jspsych/jsPsych.git
synced 2025-05-11 16:18:11 +00:00
possible #274 fix?
This commit is contained in:
parent
434f7474ed
commit
4ee25acafe
@ -36,7 +36,7 @@ jsPsych.plugins.text = (function() {
|
||||
|
||||
plugin.trial = function(display_element, trial) {
|
||||
|
||||
trial.cont_key = trial.cont_key || [];
|
||||
trial.cont_key = trial.cont_key || jsPsych.ALL_KEYS;
|
||||
|
||||
// if any trial variables are functions
|
||||
// this evaluates the function and replaces
|
||||
|
Loading…
Reference in New Issue
Block a user