mirror of
https://github.com/jspsych/jsPsych.git
synced 2025-05-12 16:48:12 +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 {string} key - Metadata field name
|
||||||
* @param {*} value - Data associated with the field
|
* @param {*} value - Data associated with the field
|
||||||
*/
|
*/
|
||||||
private setMetadataField(key: string, value: any): void {
|
setMetadataField(key: string, value: any): void {
|
||||||
this.metadata[key] = value;
|
this.metadata[key] = value;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user