Skip to content

Commit

Permalink
Update sketch.js
Browse files Browse the repository at this point in the history
  • Loading branch information
robynitp committed Dec 4, 2014
1 parent 817917f commit e316fef
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions 08-apis/01_weather/sketch.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ Lauren McCarthy
https://github.com/lmccart/p5.js/wiki/Loading-external-files:-AJAX,-XML,-JSON
*/
var bubbles = [];

function setup() {
createCanvas(600, 400);
Expand All @@ -24,4 +23,4 @@ function drawWeather(weather) {
for (var i = 0; i < 50; i++) {
ellipse(random(width), random(height), 30, 30);
}
}
}

0 comments on commit e316fef

Please sign in to comment.