diff --git a/js/slides/7_Slides_Sandbox.js b/js/slides/7_Slides_Sandbox.js index d614e7e..d2c1edd 100644 --- a/js/slides/7_Slides_Sandbox.js +++ b/js/slides/7_Slides_Sandbox.js @@ -5,7 +5,7 @@ SLIDES.push({ // The tournament simulation Tournament.resetGlobalVariables(); - self.add({id:"tournament", type:"Tournament", x:-20, y:-20},); + self.add({id:"tournament", type:"Tournament", x:-20, y:-20}); // Screw it, just ALL of the Sandbox UI self.add({id:"sandbox", type:"SandboxUI"});