From 8cef6f089edb28728c77147915f12de2f85173e8 Mon Sep 17 00:00:00 2001 From: Josh de Leeuw Date: Wed, 1 Oct 2014 02:22:51 +0000 Subject: [PATCH] semicolon --- jspsych.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jspsych.js b/jspsych.js index 9f191bd3..5433c911 100755 --- a/jspsych.js +++ b/jspsych.js @@ -124,7 +124,7 @@ core.getDisplayElement = function() { return DOM_target; - } + }; core.finishTrial = function(){ // logic to advance to next trial?