From 59035cf2460a737bca146a51efd5521c1adbfd64 Mon Sep 17 00:00:00 2001 From: Javi Agenjo Date: Sat, 13 Apr 2019 10:42:07 +0200 Subject: [PATCH] Update README.md --- guides/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guides/README.md b/guides/README.md index caad9239ea..ef02e9dfa7 100644 --- a/guides/README.md +++ b/guides/README.md @@ -178,7 +178,7 @@ This is the list of supported widgets: Widget's value is not serialized by default when storing the node state, but if you want to store the value of widgets just set serialize_widgets to true: -``` +```js function MyNode() { this.addWidget("text","name","");