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