fix documentation

This commit is contained in:
inventivetalent
2019-01-05 17:31:51 +01:00
parent 0e1b6e4e5b
commit 8592e022a7

View File

@@ -2645,7 +2645,7 @@ LGraphNode.prototype.computeSize = function( minHeight, out )
* Allows to pass
*
* @method addWidget
* @return {Float32Array[4]} the total size
* @return {Object} the created widget
*/
LGraphNode.prototype.addWidget = function( type, name, value, callback, options )
{