sarahciston commited on
Commit
db37f2e
·
verified ·
1 Parent(s): 7c5c6b0
Files changed (1) hide show
  1. sketch.js +1 -1
sketch.js CHANGED
@@ -192,7 +192,7 @@ new p5(function (p5){
192
  // }
193
 
194
  function makeOutputModule(){
195
- const outDiv() = p5.createDiv()
196
  outDiv.id('outputDiv').class('module')
197
  const outHeader = p5.createElement('h4',"OUTPUT").parent(outDiv)
198
 
 
192
  // }
193
 
194
  function makeOutputModule(){
195
+ const outDiv = p5.createDiv()
196
  outDiv.id('outputDiv').class('module')
197
  const outHeader = p5.createElement('h4',"OUTPUT").parent(outDiv)
198