diff options
author | Samy Pesse <samypesse@gmail.com> | 2016-04-24 23:45:47 +0200 |
---|---|---|
committer | Samy Pesse <samypesse@gmail.com> | 2016-04-24 23:45:47 +0200 |
commit | 3f5c8acb3cdbf71c429ad331d23698cc53358746 (patch) | |
tree | 6b22b6cc3b447d26ff1867e6899401fa6dfe1374 /lib/constants | |
parent | 93b257314aa9a6ba240ff7d9534ddb1a6ded6bc0 (diff) | |
download | gitbook-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.js | 2 |
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 }; }); } - }), + }) ]); |