From 9c6396cba3ce27201b41394845e094d5b4be8590 Mon Sep 17 00:00:00 2001 From: Josh de Leeuw Date: Sat, 23 Jan 2016 22:30:05 -0500 Subject: [PATCH] remove old empty function --- jspsych.js | 5 ----- 1 file changed, 5 deletions(-) diff --git a/jspsych.js b/jspsych.js index 0565eea3..57abc11c 100755 --- a/jspsych.js +++ b/jspsych.js @@ -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; })();