fixed references

This commit is contained in:
Kevin Jahns 2014-08-05 05:03:39 +02:00
parent 0f363df00a
commit c05098fc51
3 changed files with 3 additions and 3 deletions

View File

@ -119,7 +119,7 @@ function init(){
console.log(yatta.value.newProperty !== "Awesome") // true, still not awesome.. console.log(yatta.value.newProperty !== "Awesome") // true, still not awesome..
/** /**
Please also read [https://rawgit.com/DadaMonad/Yatta/master/doc/class/JsonWrapper.html](JsonWrapper). Please also read [JsonWrapper](https://rawgit.com/DadaMonad/Yatta/master/doc/class/JsonWrapper.html)
*/ */
}) })
} }

View File

@ -162,7 +162,7 @@ I can't observe if you overwrite object references `yatta = "Awesome"`.
``` ```
Please also read [https://rawgit.com/DadaMonad/Yatta/master/doc/class/JsonWrapper.html](JsonWrapper). Please also read [JsonWrapper](https://rawgit.com/DadaMonad/Yatta/master/doc/class/JsonWrapper.html)
```js ```js

View File

@ -3,4 +3,4 @@
Here you find some (hopefully) usefull examples on how to use Yatta! Here you find some (hopefully) usefull examples on how to use Yatta!
* [./IwcJson.md](IWC + Json) * [IWC + Json](./IwcJson.md)