diff options
author | Samy Pessé <samypesse@gmail.com> | 2016-02-17 10:11:33 +0100 |
---|---|---|
committer | Samy Pessé <samypesse@gmail.com> | 2016-02-17 10:11:33 +0100 |
commit | 8141bcb3b63f16c27f8cd6c5e19aed4b5ef6d019 (patch) | |
tree | 8714e7b6155f606260837ae62e45d262c12015a7 /lib/output/base.js | |
parent | db3d21db49a7260df03ae987b58c495178193dde (diff) | |
download | gitbook-8141bcb3b63f16c27f8cd6c5e19aed4b5ef6d019.zip gitbook-8141bcb3b63f16c27f8cd6c5e19aed4b5ef6d019.tar.gz gitbook-8141bcb3b63f16c27f8cd6c5e19aed4b5ef6d019.tar.bz2 |
Add command 'parse' for gitbook-cli
Diffstat (limited to 'lib/output/base.js')
-rw-r--r-- | lib/output/base.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/output/base.js b/lib/output/base.js index ce0a9c6..193f636 100644 --- a/lib/output/base.js +++ b/lib/output/base.js @@ -20,7 +20,7 @@ function Output(book) { this.log = this.book.log; // Create plugins manager - this.plugins = new PluginsManager(book); + this.plugins = new PluginsManager(this); // Create template engine this.template = new TemplateEngine(this); |