Fixed autoTick jsdoc
This commit is contained in:
@@ -3222,6 +3222,9 @@ callbacks to execute _before_ running the next one.
|
||||
* advance the clock.
|
||||
*
|
||||
* When auto tick is enabled, `tick` can still be used to synchronously advance the clock if necessary.
|
||||
* @name Clock#autoTick
|
||||
* @function
|
||||
* @since 5.7.0
|
||||
*/
|
||||
this.autoTick = function() {
|
||||
if (tickMode.mode === 'auto') {
|
||||
|
||||
Reference in New Issue
Block a user