fixing doc description of analyser

This commit is contained in:
Yotam Mann 2015-09-11 17:05:27 -04:00
parent ea1162da97
commit 2f27321dda

View file

@ -7,7 +7,7 @@ define(["Tone/core/Tone"], function (Tone) {
* @extends {Tone}
* @param {Number=} size The size of the FFT. Value must be a power of
* two in the range 32 to 32768.
* @param {String=} type The return type of the analysis, either "byte", or "float".
* @param {String=} type The return type of the analysis, either "fft", or "waveform".
*/
Tone.Analyser = function(){