jspsych / jsPsych

Create behavioral experiments in a browser using JavaScript
http://www.jspsych.org
MIT License
1.03k stars 668 forks source link

Data Storage documentation refers to jsPsych.addProperties #178

Closed scjs closed 8 years ago

scjs commented 9 years ago

This page http://docs.jspsych.org/features/data/ says to use the jsPsych.addProperties function to add data to all trials, but I think it should be jsPsych.data.addProperties

jodeleeuw commented 9 years ago

Thanks for catching this.