mirror of
https://github.com/jspsych/jsPsych.git
synced 2025-05-11 16:18:11 +00:00
remove old empty function
This commit is contained in:
parent
58bd9c9550
commit
9c6396cba3
@ -587,11 +587,6 @@ var jsPsych = (function() {
|
||||
$('#jspsych-progressbar-inner').css('width', progress.percent_complete + "%");
|
||||
}
|
||||
|
||||
function preloadStimuli() {
|
||||
// for now, this checks if there are any audio stimuli that need to be preloaded
|
||||
// it could be extended to check if there are image files that need to be preloaded
|
||||
}
|
||||
|
||||
return core;
|
||||
})();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user