fixed typo

This commit is contained in:
Yotam Mann 2014-08-29 17:14:47 -04:00
parent 7f7493105a
commit a713502784

View file

@ -79,7 +79,7 @@ define(["Tone/core/Tone", "Tone/signal/Signal"], function(Tone){
if (!this.isUndef(params.frequency)) this.frequency.setValue(params.frequency);
if (!this.isUndef(params.Q)) this.Q.setValue(params.Q);
if (!this.isUndef(params.gain)) this.gain.setValue(params.gain);
if (!this.isUndef(params.rolloff)) this.setRolloff(params.rolloff);;
if (!this.isUndef(params.rolloff)) this.setRolloff(params.rolloff);
};
/**