mirror of
https://github.com/jspsych/jsPsych.git
synced 2025-05-10 19:20:55 +00:00
bug fix core
This commit is contained in:
parent
1facd91a9b
commit
f671d6f8da
@ -200,7 +200,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
function finishExperiment() {
|
function finishExperiment() {
|
||||||
opts["finish"].apply((new Object()), [core.data()]);
|
opts["on_finish"].apply((new Object()), [core.data()]);
|
||||||
}
|
}
|
||||||
|
|
||||||
function do_trial(block, trial) {
|
function do_trial(block, trial) {
|
||||||
|
Loading…
Reference in New Issue
Block a user