From b82f2bd6d70b8993da872952e0eb792f0479eccf Mon Sep 17 00:00:00 2001 From: Yotam Mann Date: Thu, 20 Apr 2017 15:13:30 -0400 Subject: [PATCH] surfaced returnType in docs [skip ci] --- Tone/component/Analyser.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tone/component/Analyser.js b/Tone/component/Analyser.js index 0fd1547b..cd8a06f9 100644 --- a/Tone/component/Analyser.js +++ b/Tone/component/Analyser.js @@ -150,7 +150,7 @@ define(["Tone/core/Tone"], function (Tone) { * [minDecibels,maxDecibels] when the type is "fft". * @memberOf Tone.Analyser# * @type {String} - * @name type + * @name returnType */ Object.defineProperty(Tone.Analyser.prototype, "returnType", { get : function(){