disinclined.org
/
git
/
cellular-automaton.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
34baf47
)
rm'd extra param
author
Dylan Lloyd
<dylan@dylansserver.com>
Mon, 17 Dec 2012 04:27:55 +0000
(23:27 -0500)
committer
Dylan Lloyd
<dylan@dylansserver.com>
Mon, 17 Dec 2012 04:27:55 +0000
(23:27 -0500)
2d.js
patch
|
blob
|
history
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 = [];