Skip to content

v6.0.1

Compare
Choose a tag to compare
@jodeleeuw jodeleeuw released this 11 Jan 15:43

This update fixes a bug that occurred when trial parameters were set to null. For example, this code caused undesired behavior:

var trial = {
  type: 'html-keyboard-response',
  stimulus: 'oops.',
  post_trial_gap: null
}