diff --git a/examples/IwcJson.js b/examples/IwcJson.js index f7e8d2f3..478590b5 100644 --- a/examples/IwcJson.js +++ b/examples/IwcJson.js @@ -5,11 +5,10 @@ First you have to include the following libraries in your widget file: ``` - - + ``` */ function init(){ @@ -82,7 +81,6 @@ function init(){ /** The downside is that you are only allowed to overwrite existing properties. */ - yatta.value.newProperty = "Awesome" console.log(yatta.value.newProperty !== "Awesome") // true, yatta.value.newProperty is undefined.