From 63e3319be22ea9b10c2eb630808349f1b8716606 Mon Sep 17 00:00:00 2001 From: Kevin Jahns Date: Tue, 5 Aug 2014 05:21:41 +0200 Subject: [PATCH] killed some typos --- examples/IwcJson.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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.