From 197efe42ba06cc7b9f582047b29d954289c1b68c Mon Sep 17 00:00:00 2001 From: Nir Natan Date: Thu, 20 Aug 2015 11:50:19 +0300 Subject: [PATCH] replace the json notation with javascript --- docs/native.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/native.md b/docs/native.md index 88f3079..5055e8d 100644 --- a/docs/native.md +++ b/docs/native.md @@ -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']},