Fix 1 extra {
This commit is contained in:
@@ -105,11 +105,10 @@ export default function (sim, forceS, forceF) {
|
||||
}
|
||||
|
||||
function fullEnded() {
|
||||
simulation.stop();
|
||||
initAlready = false;
|
||||
simulation.force("Full force", null);
|
||||
event.call("end");
|
||||
}
|
||||
simulation.stop();
|
||||
initAlready = false;
|
||||
simulation.force("Full force", null);
|
||||
event.call("end");
|
||||
}
|
||||
|
||||
function sampleEnded() {
|
||||
|
||||
Reference in New Issue
Block a user