Skip to content

Commit

Permalink
Update sketch.js
Browse files Browse the repository at this point in the history
  • Loading branch information
sadmoody authored Dec 15, 2016
1 parent 0fa0c8d commit 439b2ee
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions challenges/CC_06_Mitosis_p5.js/sketch.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
// http://patreon.com/codingrainbow
// Code for: https://youtu.be/jxGS3fKPKJAvar cells = [];

var cells = [];

function setup() {
createCanvas(700, 700);
cells.push(new Cell());
Expand Down

0 comments on commit 439b2ee

Please sign in to comment.