mirror of
https://github.com/Tonejs/Tone.js
synced 2024-12-29 04:53:10 +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
|
* //can also schedule events along the Transport
|
||||||
* //using the passed in Offline Transport
|
* //using the passed in Offline Transport
|
||||||
* Tone.Offline(function(Transport){
|
* Tone.Offline(function(Transport){
|
||||||
var osc = new Tone.Oscillator().toMaster()
|
* var osc = new Tone.Oscillator().toMaster()
|
||||||
* Transport.schedule(function(time){
|
* Transport.schedule(function(time){
|
||||||
* osc.start(time).stop(time + 0.1)
|
* osc.start(time).stop(time + 0.1)
|
||||||
* }, 1)
|
* }, 1)
|
||||||
|
|
Loading…
Reference in a new issue