mirror of
https://github.com/Tonejs/Tone.js
synced 2024-11-16 08:38:00 +00:00
unused argument
This commit is contained in:
parent
be9ad6ee5f
commit
be344b7963
1 changed files with 1 additions and 1 deletions
|
@ -86,7 +86,7 @@ define(["Tone/core/Tone", "Tone/source/Source"], function(Tone){
|
|||
/**
|
||||
* clean up
|
||||
*/
|
||||
Tone.Microphone.prototype.dispose = function(e) {
|
||||
Tone.Microphone.prototype.dispose = function() {
|
||||
this.input.disconnect();
|
||||
this.output.disconnect();
|
||||
this._stream.disconnect();
|
||||
|
|
Loading…
Reference in a new issue