From f541bb412ed8ec227b0afeed495e5686f009b8dc Mon Sep 17 00:00:00 2001 From: DiegoBM Date: Tue, 24 Mar 2020 23:39:17 +0100 Subject: [PATCH] Documentation mismatch Some method names didn't match the actual method names, rendering the automatically generated documentation misleading --- src/litegraph.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/litegraph.js b/src/litegraph.js index cfa3c7679..05fcf5fb7 100755 --- a/src/litegraph.js +++ b/src/litegraph.js @@ -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 */