Loading sounds on the fly

I was wrong. The fixed that actually fixed it was changing to the command

psychoJS._serverManager.downloadResources

rather than psychoJS.downloadResources. I think there’s a problem with the source code defining psychoJS.downloadResources? Maybe a missing underscore? I’m just learning javascript, so I’m not sure.