Merge pull request #57 from nirnatan/patch-1

replace the json notation with javascript
This commit is contained in:
Ido 2015-08-20 17:22:12 +03:00
commit 24db05797a
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ In native mode the default `modules` option is set to `commonjs` and the default
In native mode we define a default properties template configuration in order to easily write native templates.
```json
```javascript
{
ListView: {
Row: {prop: 'renderRow', arguments: ['rowData', 'sectionID', 'rowID', 'highlightRow']},