diff options
author | Samy Pessé <samypesse@gmail.com> | 2014-10-13 11:01:00 +0200 |
---|---|---|
committer | Samy Pessé <samypesse@gmail.com> | 2014-10-13 11:01:00 +0200 |
commit | 09f42f57e1260dd29ca652f12ed858bdd5ef450b (patch) | |
tree | 6a2ce193187cb180f3ded1a9694525150e7880a9 /lib/generate/ebook/index.js | |
parent | 950ad1d0604ef387564f0baf76e3902aa62fac2a (diff) | |
download | gitbook-09f42f57e1260dd29ca652f12ed858bdd5ef450b.zip gitbook-09f42f57e1260dd29ca652f12ed858bdd5ef450b.tar.gz gitbook-09f42f57e1260dd29ca652f12ed858bdd5ef450b.tar.bz2 |
Improve comments
Diffstat (limited to 'lib/generate/ebook/index.js')
-rw-r--r-- | lib/generate/ebook/index.js | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/generate/ebook/index.js b/lib/generate/ebook/index.js index d3b2aea..fa42019 100644 --- a/lib/generate/ebook/index.js +++ b/lib/generate/ebook/index.js @@ -9,10 +9,6 @@ var parse = require("../../parse"); var BaseGenerator = require("../page"); var stringUtils = require("../../utils/string"); -/* - * This generator inherits from the single page generator - * and convert the page output to ebook - */ var Generator = function() { BaseGenerator.apply(this, arguments); }; |