Skip to content

Commit

Permalink
Remove broken example
Browse files Browse the repository at this point in the history
  • Loading branch information
nickmcintyre committed Oct 29, 2023
1 parent 123ef4a commit 4a0f6a9
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions src/core/p5.Element.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,21 +25,6 @@ import p5 from './main';
* <div>
* <code>
* function setup() {
* let cnv = createCanvas(100, 100);
* cnv.mousePressed(() => {
* circle(mouseX, mouseY, 20);
* });
*
* background(200);
*
* describe('White circles appear on a gray square where the mouse is pressed.');
* }
* </code>
* </div>
*
* <div>
* <code>
* function setup() {
* createCanvas(100, 100);
*
* background(200);
Expand Down

0 comments on commit 4a0f6a9

Please sign in to comment.