fixed example

This commit is contained in:
Kevin Jahns 2014-08-12 20:40:07 +02:00
parent a13a79b791
commit de399bf7b7

View File

@ -11,7 +11,7 @@
<script src="../../build/browser/Connectors/IwcConnector.min.js"></script> <script src="../../build/browser/Connectors/IwcConnector.min.js"></script>
<script src="./index.js"></script> <script src="./index.js"></script>
``` ```
A working widget implementation is maintained [here](./IwcJson.xml) and the js-file is [here](./IwcJson.js) A working widget implementation is [IwcJson.xml](./IwcJson.xml) and the js-file is [index.js](./index.js)
*/ */
function init(){ function init(){
createConnector(function(Connector, user_id){ createConnector(function(Connector, user_id){