From 7da3cb164db78b4fcb4d2e77da7dedefa56417f5 Mon Sep 17 00:00:00 2001 From: Nicky Case Date: Sat, 29 Jul 2017 14:33:28 -0400 Subject: [PATCH] THE COMMA OF DOOM, REMOVED --- js/slides/7_Slides_Sandbox.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"});