1
0
mirror of https://github.com/psychopy/psychojs.git synced 2025-05-10 10:40:54 +00:00

Merge pull request #47 from earcanal/patch-1

Update Scheduler.js
This commit is contained in:
Jon Peirce 2019-04-11 18:55:15 +01:00 committed by GitHub
commit 6b99d612c8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,7 +14,7 @@
*
* <p>
* Tasks are either another [Scheduler]{@link module:util.Scheduler}, or a
* JavaScript functions returning one of the following codes:
* JavaScript function returning one of the following codes:
* <ul>
* <li>Scheduler.Event.NEXT: Move onto the next task *without* rendering the scene first.</li>
* <li>Scheduler.Event.FLIP_REPEAT: Render the scene and repeat the task.</li>
@ -287,4 +287,4 @@ Scheduler.Status = {
* The Scheduler is stopped.
*/
STOPPED: Symbol.for('STOPPED')
};
};