diff options
author | Samy Pessé <samypesse@gmail.com> | 2016-02-28 12:46:45 +0100 |
---|---|---|
committer | Samy Pessé <samypesse@gmail.com> | 2016-02-28 12:46:47 +0100 |
commit | 8cda844ef12cf87525024348c104413def02ed7f (patch) | |
tree | b82237a8101586e78d5fbf88f6bed0a06343556f /lib/output | |
parent | dde1ef92f0767f632fb722e828508a4ad882de31 (diff) | |
download | gitbook-8cda844ef12cf87525024348c104413def02ed7f.zip gitbook-8cda844ef12cf87525024348c104413def02ed7f.tar.gz gitbook-8cda844ef12cf87525024348c104413def02ed7f.tar.bz2 |
Export output for plugins context
Diffstat (limited to 'lib/output')
-rw-r--r-- | lib/output/base.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/output/base.js b/lib/output/base.js index a1d8804..e63c872 100644 --- a/lib/output/base.js +++ b/lib/output/base.js @@ -24,6 +24,7 @@ function Output(book, opts, parent) { }); this.book = book; + book.output = this; this.log = this.book.log; // Create plugins manager |