Skip to content

Commit 7b5d67c

Browse files
authored
fixing gridOutputs
1 parent 2abbd76 commit 7b5d67c

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

src/accessibility/outputs.js

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -215,6 +215,11 @@ function outputs(p5, fn){
215215
*
216216
* <div>
217217
* <code>
218+
*
219+
* function setup() {
220+
* createCanvas(100, 100);
221+
* }
222+
*
218223
* function draw() {
219224
* // Add the grid description.
220225
* gridOutput();
@@ -235,6 +240,11 @@ function outputs(p5, fn){
235240
*
236241
* <div>
237242
* <code>
243+
*
244+
* function setup(){
245+
* createCanvas(100, 100);
246+
* }
247+
*
238248
* function draw() {
239249
* // Add the grid description and
240250
* // display it for debugging.
@@ -255,6 +265,7 @@ function outputs(p5, fn){
255265
* </div>
256266
*/
257267

268+
258269
fn.gridOutput = function(display) {
259270
// p5._validateParameters('gridOutput', arguments);
260271
//if gridOutput is already true

0 commit comments

Comments
 (0)