diff --git a/jsPsych_version/js/custom-stop-signal-plugin.js b/jsPsych_version/js/custom-stop-signal-plugin.js index 0948700..a7854db 100755 --- a/jsPsych_version/js/custom-stop-signal-plugin.js +++ b/jsPsych_version/js/custom-stop-signal-plugin.js @@ -99,7 +99,7 @@ jsPsych.plugins["custom-stop-signal-plugin"] = (function() { // store response var response = { - rt: null, + rt: undefined, key: null };