mirror of
https://github.com/jspsych/jsPsych.git
synced 2025-05-12 16:48:12 +00:00
remove unnecessary startTime record
This commit is contained in:
parent
81248f7d61
commit
3e96600423
@ -82,9 +82,6 @@
|
|||||||
display_element.append(trial.prompt);
|
display_element.append(trial.prompt);
|
||||||
}
|
}
|
||||||
|
|
||||||
// start measuring RT
|
|
||||||
var startTime = (new Date()).getTime();
|
|
||||||
|
|
||||||
// create response function
|
// create response function
|
||||||
var after_response = function(info) {
|
var after_response = function(info) {
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user