Skip to content

Commit fa56cfe

Browse files
author
Lauren McCarthy
committed
closes #642
1 parent 1e76fdc commit fa56cfe

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

src/core/core.js

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -328,12 +328,8 @@ define(function (require) {
328328
* @method remove
329329
* @example
330330
* <div class='norender'><code>
331-
* function setup() {
332-
* createCanvas(200, 200);
333-
* }
334-
*
335331
* function draw() {
336-
* ellipse(width/2, height/2, 0, 0);
332+
* ellipse(50, 50, 10, 10);
337333
* }
338334
*
339335
* function mousePressed() {

0 commit comments

Comments
 (0)