updating numberOfInputs/Outputs docs

[skip ci]
This commit is contained in:
Yotam Mann 2017-05-07 18:44:44 -07:00
parent a1a4ad81c3
commit 18d9802dd9

View file

@ -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
*/