From 8592e022a731677db204f90ef6dcac24a65cdb34 Mon Sep 17 00:00:00 2001 From: inventivetalent Date: Sat, 5 Jan 2019 17:31:51 +0100 Subject: [PATCH] fix documentation --- src/litegraph.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/litegraph.js b/src/litegraph.js index 8f7e91c850..dc8b8257c7 100755 --- a/src/litegraph.js +++ b/src/litegraph.js @@ -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 ) {