bug fix in call-function

This commit is contained in:
Josh de Leeuw 2012-07-20 13:30:18 -04:00
parent caaab0b84f
commit 8b7e9f0aa9

View File

@ -25,6 +25,7 @@
"func": params["func"],
"args": params["args"] || []
}
return trials;
}
plugin.trial = function($this, block, trial, part)