unused argument

This commit is contained in:
Yotam Mann 2014-08-21 14:20:55 -04:00
parent be9ad6ee5f
commit be344b7963

View file

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