diff options
author | Samy Pessé <samypesse@gmail.com> | 2014-05-29 18:28:09 +0200 |
---|---|---|
committer | Samy Pessé <samypesse@gmail.com> | 2014-05-29 18:28:09 +0200 |
commit | f4a17b182fb28f686693659983d82797ce93330b (patch) | |
tree | 7e53cec1b9db40190939f8e22a845d4fa2d5b865 /lib/generate/site/index.js | |
parent | 5c3b345fa69f577ebcc752ad626cd60f6bd412c6 (diff) | |
download | gitbook-f4a17b182fb28f686693659983d82797ce93330b.zip gitbook-f4a17b182fb28f686693659983d82797ce93330b.tar.gz gitbook-f4a17b182fb28f686693659983d82797ce93330b.tar.bz2 |
Improve ebook generation (toc, ...)
Diffstat (limited to 'lib/generate/site/index.js')
-rw-r--r-- | lib/generate/site/index.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/generate/site/index.js b/lib/generate/site/index.js index da65152..7146e8e 100644 --- a/lib/generate/site/index.js +++ b/lib/generate/site/index.js @@ -63,7 +63,6 @@ Generator.prototype._writeTemplate = function(tpl, options, output, interpolate) var that = this; interpolate = interpolate || _.identity; - return Q() .then(function(sections) { return tpl(_.extend({ |