From a39767723f89822facc7ba37bd1aa7820e07f72a Mon Sep 17 00:00:00 2001 From: Kevin Jahns Date: Wed, 20 Aug 2014 16:28:57 +0200 Subject: [PATCH] fixed imports --- examples/PeerJs-Json/index.js | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/examples/PeerJs-Json/index.js b/examples/PeerJs-Json/index.js index 4e1009ab..9cd57811 100644 --- a/examples/PeerJs-Json/index.js +++ b/examples/PeerJs-Json/index.js @@ -5,11 +5,9 @@ [PeerJs](http://peerjs.com/) Connector and the JsonYatta Framework. First you have to include the following libraries in your html file: ``` - - - - - + + + ``` A working widget implementation is [IwcJson.xml](./IwcJson.xml) and the js-file is [index.js](./index.js)