mirror of
https://github.com/Tonejs/Tone.js
synced 2024-12-27 20:13:07 +00:00
fixed formatting issue in docs
[skip ci]
This commit is contained in:
parent
4cec0fb7a3
commit
0df359a92f
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ function (Tone) {
|
|||
* //can also schedule events along the Transport
|
||||
* //using the passed in Offline Transport
|
||||
* Tone.Offline(function(Transport){
|
||||
var osc = new Tone.Oscillator().toMaster()
|
||||
* var osc = new Tone.Oscillator().toMaster()
|
||||
* Transport.schedule(function(time){
|
||||
* osc.start(time).stop(time + 0.1)
|
||||
* }, 1)
|
||||
|
|
Loading…
Reference in a new issue