bug fix core

This commit is contained in:
Josh de Leeuw 2013-10-26 22:43:46 -04:00
parent 1facd91a9b
commit f671d6f8da

View File

@ -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) {