From 8b7e9f0aa9f0b9a6373de22786e475a906b7f838 Mon Sep 17 00:00:00 2001 From: Josh de Leeuw Date: Fri, 20 Jul 2012 13:30:18 -0400 Subject: [PATCH] bug fix in call-function --- jspsych-call-function.js | 1 + 1 file changed, 1 insertion(+) diff --git a/jspsych-call-function.js b/jspsych-call-function.js index ab5d0ca1..cdd7f03b 100644 --- a/jspsych-call-function.js +++ b/jspsych-call-function.js @@ -25,6 +25,7 @@ "func": params["func"], "args": params["args"] || [] } + return trials; } plugin.trial = function($this, block, trial, part)