rm'd extra param
[cellular-automaton.git] / 2d.js
diff --git a/2d.js b/2d.js
index cb48fdf..f88df46 100644 (file)
--- a/2d.js
+++ b/2d.js
@@ -69,7 +69,7 @@ $(document).ready(function(){
         }
     }
 
-    function tick(automaton, blank) {
+    function tick(automaton) {
         automaton.generation += 1;
         var universe = automaton.population;
         var newUniverse = [];