diff options
author | Samy Pessé <samypesse@gmail.com> | 2015-03-11 22:02:46 +0100 |
---|---|---|
committer | Samy Pessé <samypesse@gmail.com> | 2015-03-11 22:02:46 +0100 |
commit | 50bc89d9d9653113d8fd2965094c68cb10b8529b (patch) | |
tree | dfde2a00e5686a9235c3d808c8d1515264475580 /lib | |
parent | 743a88f53af9a0a2a5d9d601b91f59ddafd48144 (diff) | |
download | gitbook-50bc89d9d9653113d8fd2965094c68cb10b8529b.zip gitbook-50bc89d9d9653113d8fd2965094c68cb10b8529b.tar.gz gitbook-50bc89d9d9653113d8fd2965094c68cb10b8529b.tar.bz2 |
Fix define of introduction from summary
Diffstat (limited to 'lib')
-rw-r--r-- | lib/book.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/book.js b/lib/book.js index aee425c..04b4969 100644 --- a/lib/book.js +++ b/lib/book.js @@ -420,6 +420,7 @@ Book.prototype.parseSummary = function() { .then(function(content) { return summary.parser.summary(content, { entryPoint: that.readmeFile, + entryPointTitle: "", files: that.files }); }); |