mirror of
https://github.com/jspsych/jsPsych.git
synced 2025-05-11 16:18:11 +00:00
remove comment re JSON encoding in data
This commit is contained in:
parent
2d845a45af
commit
538b9cb3b6
@ -546,7 +546,7 @@ jsPsych.plugins["rdk"] = (function() {
|
||||
aperture_type: trial.aperture_type,
|
||||
reinsert_type: trial.reinsert_type,
|
||||
frame_rate: frameRate, //The average frame rate for the trial
|
||||
frame_rate_array: frameRateArray, //The array of ms per frame in this trial, in the form of a JSON string
|
||||
frame_rate_array: frameRateArray, //The array of ms per frame in this trial
|
||||
number_of_frames: numberOfFrames, //The number of frames in this trial
|
||||
aperture_center_x: trial.aperture_center_x,
|
||||
aperture_center_y: trial.aperture_center_y,
|
||||
|
Loading…
Reference in New Issue
Block a user