No default wrapWidth despite setting units in Exp Settings

URL of experiment: https://pavlovia.org/run/Jordan_Gallant/online-auditory-typing-task/html/

Description of the problem: same problem as I’ve had with other experiments, except the problem persists after setting the units in experimental settings. I’ve double checked the JS code and the units have been set.

Relevant JS code line:

psychoJS.openWindow({
fullscr: true,
color: new util.Color([0, 0, 0]),
units: 'height’
});

I’ve tried several other units (norm, cm), to no avail.

I just tried running your experiment, but did not get the error, although I did get a ‘file not found’ error for your a sound file

@dvbridges That is very odd. I just tried the experiment again this morning and got the same error. However, when I inspected ‘sources’ using Chrome, I found that the old version was still being run. I suppose this has something to do with my browser settings. Once I cleared my history, cookies and caches, I didn’t get this error anymore.