mirror of
https://github.com/psychopy/psychojs.git
synced 2025-05-10 18:50:54 +00:00
Update Scheduler.js
Typo.
This commit is contained in:
parent
1fbb67a5e6
commit
f3813a322c
@ -14,7 +14,7 @@
|
|||||||
*
|
*
|
||||||
* <p>
|
* <p>
|
||||||
* Tasks are either another [Scheduler]{@link module:util.Scheduler}, or a
|
* 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>
|
* <ul>
|
||||||
* <li>Scheduler.Event.NEXT: Move onto the next task *without* rendering the scene first.</li>
|
* <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>
|
* <li>Scheduler.Event.FLIP_REPEAT: Render the scene and repeat the task.</li>
|
||||||
@ -287,4 +287,4 @@ Scheduler.Status = {
|
|||||||
* The Scheduler is stopped.
|
* The Scheduler is stopped.
|
||||||
*/
|
*/
|
||||||
STOPPED: Symbol.for('STOPPED')
|
STOPPED: Symbol.for('STOPPED')
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user