Spaces:
Running
Running
typo
Browse files
sketch.js
CHANGED
@@ -192,7 +192,7 @@ new p5(function (p5){
|
|
192 |
// }
|
193 |
|
194 |
function makeOutputModule(){
|
195 |
-
const outDiv
|
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 |
|