fixed formatting issue in docs

[skip ci]
This commit is contained in:
Yotam Mann 2017-03-26 12:32:41 -04:00
parent 4cec0fb7a3
commit 0df359a92f

View file

@ -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)