diff --git a/Tone/core/Tone.js b/Tone/core/Tone.js index 3e7f2417..05f5e223 100644 --- a/Tone/core/Tone.js +++ b/Tone/core/Tone.js @@ -665,6 +665,7 @@ define(function(){ * The number of inputs feeding into the AudioNode. * For source nodes, this will be 0. * @memberOf Tone# + * @type {Number} * @name numberOfInputs * @readOnly */ @@ -686,6 +687,7 @@ define(function(){ * The number of outputs coming out of the AudioNode. * For source nodes, this will be 0. * @memberOf Tone# + * @type {Number} * @name numberOfInputs * @readOnly */