The popular open-source contract for web designers and developers by Stuff & Nonsense
- Originally published: 23/12/2008
 - Revised date: 15/12/2013
 - Original post
 
| var stepTime = 1; | |
| var col = undefined; | |
| var Cell = Backbone.Model.extend({ | |
| x: -1, | |
| y: -1, | |
| alive: false, | |
| nextAlive: false, | |
| initialize: function() { | 
| var stepTime = 1; | |
| var col = undefined; | |
| var Cell = Backbone.Model.extend({ | |
| x: -1, | |
| y: -1, | |
| alive: false, | |
| nextAlive: false, | |
| initialize: function() { |