1
0
mirror of https://github.com/psychopy/psychojs.git synced 2025-05-11 16:18:10 +00:00

Merge pull request #125 from thewhodidthis/bf#124--duplicates

data/ExperimentHandler: remove duplicate isEntryEmpty method
This commit is contained in:
Alain Pitiot 2021-02-15 10:47:53 +01:00 committed by GitHub
commit c5dee121c9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -105,11 +105,6 @@ export class ExperimentHandler extends PsychObject
return (Object.keys(this._currentTrialData).length > 0);
}
isEntryEmtpy()
{
return (Object.keys(this._currentTrialData).length > 0);
}
/**
* Add a loop.