summaryrefslogtreecommitdiffstats
path: root/lib/constants
diff options
context:
space:
mode:
authorSamy Pesse <samypesse@gmail.com>2016-04-24 23:45:47 +0200
committerSamy Pesse <samypesse@gmail.com>2016-04-24 23:45:47 +0200
commit3f5c8acb3cdbf71c429ad331d23698cc53358746 (patch)
tree6b22b6cc3b447d26ff1867e6899401fa6dfe1374 /lib/constants
parent93b257314aa9a6ba240ff7d9534ddb1a6ded6bc0 (diff)
downloadgitbook-3f5c8acb3cdbf71c429ad331d23698cc53358746.zip
gitbook-3f5c8acb3cdbf71c429ad331d23698cc53358746.tar.gz
gitbook-3f5c8acb3cdbf71c429ad331d23698cc53358746.tar.bz2
Add fiel for testing resolveLinks
Diffstat (limited to 'lib/constants')
-rw-r--r--lib/constants/defaultBlocks.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/constants/defaultBlocks.js b/lib/constants/defaultBlocks.js
index 5d91359..ed19115 100644
--- a/lib/constants/defaultBlocks.js
+++ b/lib/constants/defaultBlocks.js
@@ -47,5 +47,5 @@ module.exports = Immutable.List([
return { body: out };
});
}
- }),
+ })
]);