Skip to content

Commit

Permalink
fix bug in endExperiment
Browse files Browse the repository at this point in the history
caused on_finish handler to fire twice
  • Loading branch information
jodeleeuw committed Jun 8, 2015
1 parent 29fefd8 commit c091cba
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion docs/markdown_docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ This page gives a broad overview of how jsPsych works. More detail is available

## Download jsPsych

<a href="https://github.com/jodeleeuw/jsPsych/releases/download/v4.2-hotfix.3/jspsych-4.2.zip" class="btn btn-primary" role="button">Download jsPsych v4.2 (zip)</a>
<a href="https://github.com/jodeleeuw/jsPsych/releases/download/v4.2-hotfix.4/jspsych-4.2.zip" class="btn btn-primary" role="button">Download jsPsych v4.2 (zip)</a>

jsPsych is hosted at [GitHub](http://github.com/jodeleeuw/jsPsych). You can find all [jsPsych releases](https://github.com/jodeleeuw/jsPsych/releases) there.

Expand Down
1 change: 0 additions & 1 deletion jspsych.js
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,6 @@

core.endExperiment = function(){
root_chunk.end();
finishExperiment();
}

core.endCurrentChunk = function(){
Expand Down

0 comments on commit c091cba

Please sign in to comment.