Documentation mismatch

Some method names didn't match the actual method names, rendering the automatically generated documentation misleading
This commit is contained in:
DiegoBM
2020-03-24 23:39:17 +01:00
committed by GitHub
parent 6c98476cd5
commit f541bb412e

View File

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