Added missing quotes

This commit is contained in:
Dario Sneidermanis
2013-07-12 23:14:50 -03:00
parent fa881d4ce8
commit a27e366f28
+1 -1
View File
@@ -119,7 +119,7 @@ To display data from descendant contexts, use the `.` character. So, for
example, if your data were structured like:
```js
var data = {"person": { "name": "Alan" }, company: {"name": "Rad, Inc." } };
var data = {"person": { "name": "Alan" }, "company": {"name": "Rad, Inc." } };
```
You could display the person's name from the top-level context with the