made the sawtooth private in pulse oscillator

This commit is contained in:
Yotam Mann 2014-09-06 15:56:41 -04:00
parent 0b4c8f6037
commit 818797712c

View file

@ -37,6 +37,7 @@ function(Tone){
/** /**
* the sawtooth oscillator * the sawtooth oscillator
* @type {Tone.Oscillator} * @type {Tone.Oscillator}
* @private
*/ */
this._sawtooth = new Tone.Oscillator(frequency, "sawtooth"); this._sawtooth = new Tone.Oscillator(frequency, "sawtooth");