mirror of
https://github.com/Tonejs/Tone.js
synced 2024-11-16 08:38:00 +00:00
clean up.
This commit is contained in:
parent
9350e15eba
commit
54bc36cb98
2 changed files with 2 additions and 0 deletions
|
@ -208,6 +208,7 @@ function(Tone){
|
|||
this._a2g.dispose();
|
||||
this._a2g = null;
|
||||
this.frequency = null;
|
||||
this.amplitude = null;
|
||||
return this;
|
||||
};
|
||||
|
||||
|
|
|
@ -127,6 +127,7 @@ define(["Tone/core/Tone", "Tone/effect/Effect", "Tone/component/LFO", "Tone/comp
|
|||
this._panner.dispose();
|
||||
this._panner = null;
|
||||
this.frequency = null;
|
||||
this.amount = null;
|
||||
return this;
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue