File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -215,6 +215,11 @@ function outputs(p5, fn){
215
215
*
216
216
* <div>
217
217
* <code>
218
+ *
219
+ * function setup() {
220
+ * createCanvas(100, 100);
221
+ * }
222
+ *
218
223
* function draw() {
219
224
* // Add the grid description.
220
225
* gridOutput();
@@ -235,6 +240,11 @@ function outputs(p5, fn){
235
240
*
236
241
* <div>
237
242
* <code>
243
+ *
244
+ * function setup(){
245
+ * createCanvas(100, 100);
246
+ * }
247
+ *
238
248
* function draw() {
239
249
* // Add the grid description and
240
250
* // display it for debugging.
@@ -255,6 +265,7 @@ function outputs(p5, fn){
255
265
* </div>
256
266
*/
257
267
268
+
258
269
fn . gridOutput = function ( display ) {
259
270
// p5._validateParameters('gridOutput', arguments);
260
271
//if gridOutput is already true
You can’t perform that action at this time.
0 commit comments