Merge pull request #110 from DiegoBM/patch-1

Documentation mismatch
This commit is contained in:
Javi Agenjo
2020-04-15 10:49:22 +02:00
committed by GitHub

View File

@@ -1477,7 +1477,7 @@
/** /**
* Tell this graph it has a global graph input of this type * Tell this graph it has a global graph input of this type
* @method addGlobalInput * @method addInput
* @param {String} name * @param {String} name
* @param {String} type * @param {String} type
* @param {*} value [optional] * @param {*} value [optional]
@@ -1503,7 +1503,7 @@
/** /**
* Assign a data to the global graph input * Assign a data to the global graph input
* @method setGlobalInputData * @method setInputData
* @param {String} name * @param {String} name
* @param {*} data * @param {*} data
*/ */