Skip to content

Commit e4c4d8a

Browse files
authored
Merge pull request jagenjo#110 from DiegoBM/patch-1
Documentation mismatch
2 parents 738004f + f541bb4 commit e4c4d8a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/litegraph.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1477,7 +1477,7 @@
14771477

14781478
/**
14791479
* Tell this graph it has a global graph input of this type
1480-
* @method addGlobalInput
1480+
* @method addInput
14811481
* @param {String} name
14821482
* @param {String} type
14831483
* @param {*} value [optional]
@@ -1503,7 +1503,7 @@
15031503

15041504
/**
15051505
* Assign a data to the global graph input
1506-
* @method setGlobalInputData
1506+
* @method setInputData
15071507
* @param {String} name
15081508
* @param {*} data
15091509
*/

0 commit comments

Comments
 (0)