THE COMMA OF DOOM, REMOVED

This commit is contained in:
Nicky Case 2017-07-29 14:33:28 -04:00
parent 1cee99ea98
commit 7da3cb164d

View File

@ -5,7 +5,7 @@ SLIDES.push({
// The tournament simulation // The tournament simulation
Tournament.resetGlobalVariables(); 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 // Screw it, just ALL of the Sandbox UI
self.add({id:"sandbox", type:"SandboxUI"}); self.add({id:"sandbox", type:"SandboxUI"});