summaryrefslogtreecommitdiffstats
path: root/lib/book.js
diff options
context:
space:
mode:
Diffstat (limited to 'lib/book.js')
-rw-r--r--lib/book.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/book.js b/lib/book.js
index d7834ee..400296e 100644
--- a/lib/book.js
+++ b/lib/book.js
@@ -180,6 +180,7 @@ Book.prototype.parse = function() {
that.log.debug.ln('Preparing book for language', lang.id);
var langBook = new Book(_.extend({}, that.opts, {
parent: that,
+ config: that.config.dump(),
root: that.resolve(lang.id)
}));