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:
parent
141fab6348
commit
414f9324e0
@ -672,7 +672,5 @@ TrialHandler.Method = {
|
||||
/**
|
||||
* Same as above, but named to reflect PsychoPy boileplate.
|
||||
*/
|
||||
get FULLRANDOM() {
|
||||
return this.FULL_RANDOM
|
||||
}
|
||||
FULLRANDOM: Symbol.for('FULL_RANDOM')
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user