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:
commit
c5dee121c9
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user