mirror of
https://github.com/Tonejs/Tone.js
synced 2024-11-15 16:17:58 +00:00
correction in docs
This commit is contained in:
parent
2433aea90d
commit
0e94a0f046
1 changed files with 1 additions and 1 deletions
|
@ -124,7 +124,7 @@ Tone.Tremolo.prototype.stop = function(time){
|
|||
* Sync the effect to the transport.
|
||||
* @param {Time} [delay=0] Delay time before starting the effect after the
|
||||
* Transport has started.
|
||||
* @returns {Tone.AutoFilter} this
|
||||
* @returns {Tone.Tremolo} this
|
||||
*/
|
||||
Tone.Tremolo.prototype.sync = function(delay){
|
||||
this._lfoL.sync(delay);
|
||||
|
|
Loading…
Reference in a new issue