Skip to content

Commit d79e533

Browse files
committed
Merge pull request processing-js#25 from jbuck/t1197
Fix documentation regarding exit() and draw() [#1197]
2 parents 9f40129 + 3b2dc95 commit d79e533

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

processing.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8684,9 +8684,7 @@
86848684
}
86858685

86868686
/**
8687-
* Quits/stops/exits the program. Programs without a draw() function exit automatically
8688-
* after the last line has run, but programs with draw() run continuously until the
8689-
* program is manually stopped or exit() is run.
8687+
* Quits/stops/exits the program.
86908688
* Rather than terminating immediately, exit() will cause the sketch to exit after draw()
86918689
* has completed (or after setup() completes if called during the setup() method).
86928690
*

0 commit comments

Comments
 (0)