Sarah Ciston commited on
Commit
3f82eb5
1 Parent(s): e2739c5

syntax typo

Browse files
Files changed (1) hide show
  1. index.js +1 -2
index.js CHANGED
@@ -152,6 +152,7 @@ new p5(function(p5){
152
  }
153
 
154
  p5.makeInterface = function(){
 
155
  promptInput = p5.createInput("")
156
  promptInput.position(0,160)
157
  promptInput.size(500);
@@ -185,6 +186,4 @@ new p5(function(p5){
185
  i.size(200);
186
  i.elt.style.fontSize = "15px";
187
  }
188
-
189
- }
190
  });
 
152
  }
153
 
154
  p5.makeInterface = function(){
155
+ console.log('got to make interface')
156
  promptInput = p5.createInput("")
157
  promptInput.position(0,160)
158
  promptInput.size(500);
 
186
  i.size(200);
187
  i.elt.style.fontSize = "15px";
188
  }
 
 
189
  });