mirror of
https://github.com/jspsych/jsPsych.git
synced 2025-05-11 16:18:11 +00:00
replace 'stimulus' with 'sources' in registerPreload calls of video plugins
This commit is contained in:
parent
c2ff15435c
commit
ec83e9cd20
@ -12,7 +12,7 @@ jsPsych.plugins["video-button-response"] = (function() {
|
||||
|
||||
var plugin = {};
|
||||
|
||||
jsPsych.pluginAPI.registerPreload('video-button-response', 'stimulus', 'video');
|
||||
jsPsych.pluginAPI.registerPreload('video-button-response', 'sources', 'video');
|
||||
|
||||
plugin.info = {
|
||||
name: 'video-button-response',
|
||||
|
@ -12,7 +12,7 @@ jsPsych.plugins["video-keyboard-response"] = (function() {
|
||||
|
||||
var plugin = {};
|
||||
|
||||
jsPsych.pluginAPI.registerPreload('video-keyboard-response', 'stimulus', 'video');
|
||||
jsPsych.pluginAPI.registerPreload('video-keyboard-response', 'sources', 'video');
|
||||
|
||||
plugin.info = {
|
||||
name: 'video-keyboard-response',
|
||||
|
@ -12,7 +12,7 @@ jsPsych.plugins["video-slider-response"] = (function() {
|
||||
|
||||
var plugin = {};
|
||||
|
||||
jsPsych.pluginAPI.registerPreload('video-slider-response', 'stimulus', 'video');
|
||||
jsPsych.pluginAPI.registerPreload('video-slider-response', 'sources', 'video');
|
||||
|
||||
plugin.info = {
|
||||
name: 'video-slider-response',
|
||||
|
Loading…
Reference in New Issue
Block a user