mirror of
https://github.com/Tonejs/Tone.js
synced 2024-11-16 00:27:58 +00:00
reinit test on new Context
This commit is contained in:
parent
6d8669ce56
commit
99955515ea
1 changed files with 3 additions and 1 deletions
|
@ -15,7 +15,9 @@ define(["Tone/core/Tone", "deps/chai", "Tone/core/Context"], function (Tone, cha
|
|||
timeout : 5000
|
||||
});
|
||||
|
||||
|
||||
Context.on("init", function(){
|
||||
Test.input = Tone.context.createGain();
|
||||
});
|
||||
|
||||
/**
|
||||
* The Test object
|
||||
|
|
Loading…
Reference in a new issue