mirror of
https://github.com/jspsych/jsPsych.git
synced 2025-05-11 16:18:11 +00:00
Removed last private for the tests
This commit is contained in:
parent
a41f18ed61
commit
a909c85e34
@ -61,7 +61,7 @@ export default class JsPsychMetadata {
|
||||
* @param {string} key - Metadata field name
|
||||
* @param {*} value - Data associated with the field
|
||||
*/
|
||||
private setMetadataField(key: string, value: any): void {
|
||||
setMetadataField(key: string, value: any): void {
|
||||
this.metadata[key] = value;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user