diff options
Diffstat (limited to 'lib/generators/ebook.js')
-rw-r--r-- | lib/generators/ebook.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/generators/ebook.js b/lib/generators/ebook.js index 29b1966..0bad35a 100644 --- a/lib/generators/ebook.js +++ b/lib/generators/ebook.js @@ -30,7 +30,7 @@ Generator.prototype.prepareTemplates = function() { this.templates["summary"] = this.book.plugins.template("ebook:summary") || path.resolve(this.options.theme, 'templates/ebook/summary.html'); this.templates["glossary"] = this.book.plugins.template("ebook:glossary") || path.resolve(this.options.theme, 'templates/ebook/glossary.html'); - return Q(); + return Q(); }; // Generate table of contents |