Skip to content

Commit

Permalink
Merge pull request #1 from AdaptiveConsulting/master
Browse files Browse the repository at this point in the history
Fix spelling of Conway's Game of Life
  • Loading branch information
Ricardo de Peña committed Dec 18, 2014
2 parents 7c58de0 + f67b194 commit 53af22f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo.html
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ <h3>To setup q for this demo</h3>

<div vertical layout>
<div class="description">
<h3>fin-hypergrid-behavior-gol</h3> This element is another custom Polymer web component grid behavior showing connors game of life. The performance difference in the javascript execution environment between various browsers is very apparent with this example. For the best performance try resizing your browser window to the grid x by y size (75 X 45)<br>
<h3>fin-hypergrid-behavior-gol</h3> This element is another custom Polymer web component grid behavior showing Conway's Game of Life. The performance difference in the javascript execution environment between various browsers is very apparent with this example. For the best performance try resizing your browser window to the grid x by y size (75 X 45)<br>
<button id="play-button" onClick="toggleRunning()">play</button>
<button onClick="clearGOLGrid()">reset</button>
<br>
Expand Down

0 comments on commit 53af22f

Please sign in to comment.