mirror of
https://github.com/jspsych/jsPsych.git
synced 2025-05-10 11:10:54 +00:00
add complex parameter type
This commit is contained in:
parent
e07100f85e
commit
fcc8878e37
@ -939,7 +939,8 @@ jsPsych.plugins = (function() {
|
||||
IMAGE: 8,
|
||||
AUDIO: 9,
|
||||
VIDEO: 10,
|
||||
OBJECT: 11
|
||||
OBJECT: 11,
|
||||
COMPLEX: 12
|
||||
}
|
||||
|
||||
module.universalPluginParameters = {
|
||||
|
Loading…
Reference in New Issue
Block a user