BrantOlsen / game-of-life

The Game of Life
http://brantolsen.github.com/game-of-life/
1 stars 0 forks source link

Add start and stop methods. #2

Closed BrantOlsen closed 12 years ago

BrantOlsen commented 12 years ago

The GameOfLife object should be able to start and stop its update cycle by turning on and off the setInterval call.

BrantOlsen commented 12 years ago

Please remove the extra function that is defined after GameOfLife is defined. It is useless.

BrantOlsen commented 12 years ago

Done.