mirror of
https://github.com/Tonejs/Tone.js
synced 2024-11-16 08:38:00 +00:00
surfaced returnType in docs
[skip ci]
This commit is contained in:
parent
88c0ea4fb6
commit
b82f2bd6d7
1 changed files with 1 additions and 1 deletions
|
@ -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(){
|
||||
|
|
Loading…
Reference in a new issue