1
0
mirror of https://github.com/psychopy/psychojs.git synced 2025-05-12 08:38:10 +00:00

data/TrialHandler: use a separate key instead of a getter

This commit is contained in:
Sotiri Bakagiannis 2021-02-15 18:10:21 +00:00
parent 141fab6348
commit 414f9324e0

View File

@ -672,7 +672,5 @@ TrialHandler.Method = {
/** /**
* Same as above, but named to reflect PsychoPy boileplate. * Same as above, but named to reflect PsychoPy boileplate.
*/ */
get FULLRANDOM() { FULLRANDOM: Symbol.for('FULL_RANDOM')
return this.FULL_RANDOM
}
}; };