mirror of
https://github.com/Tonejs/Tone.js
synced 2024-11-16 00:27:58 +00:00
updating scheduleOnce docs
[skip ci]
This commit is contained in:
parent
1ab177b4ec
commit
6a37b4b407
1 changed files with 1 additions and 3 deletions
|
@ -276,9 +276,7 @@ Tone.Transport.prototype.scheduleRepeat = function(callback, interval, startTime
|
|||
};
|
||||
|
||||
/**
|
||||
* Schedule an event that will be removed after it is invoked.
|
||||
* Note that if the given time is less than the current transport time,
|
||||
* the event will be invoked immediately.
|
||||
* Schedule an event that will be removed after it is invoked.
|
||||
* @param {Function} callback The callback to invoke once.
|
||||
* @param {TransportTime} time The time the callback should be invoked.
|
||||
* @returns {Number} The ID of the scheduled event.
|
||||
|
|
Loading…
Reference in a new issue