mirror of
https://github.com/Tonejs/Tone.js
synced 2024-11-16 00:27:58 +00:00
linting
This commit is contained in:
parent
5fe3e9106c
commit
a4032ad65c
2 changed files with 2 additions and 2 deletions
|
@ -525,7 +525,7 @@ define(["Tone/core/Tone", "Tone/core/Emitter", "Tone/core/Timeline"], function (
|
|||
AudioNode.prototype.connect = toneConnect;
|
||||
AudioNode.prototype.disconnect = toneDisconnect;
|
||||
}
|
||||
})
|
||||
});
|
||||
|
||||
|
||||
// set the audio context initially
|
||||
|
|
|
@ -800,7 +800,7 @@ define(function(){
|
|||
var resCallback = function(){
|
||||
resolve(Tone.context);
|
||||
Tone.Context.off("init", resCallback);
|
||||
}
|
||||
};
|
||||
Tone.Context.on("init", resCallback);
|
||||
}
|
||||
return Tone;
|
||||
|
|
Loading…
Reference in a new issue