summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorSamy Pessé <samypesse@gmail.com>2014-04-06 14:37:33 -0700
committerSamy Pessé <samypesse@gmail.com>2014-04-06 14:37:33 -0700
commit52ccc2b46dbcec3fac7dd412ca05ccb8c2e26dc5 (patch)
treee4978dcc39149edcc5567838b3eaab16a6ba5518 /lib
parent855c9b9aef2cb615529f490e15177540e35c4b79 (diff)
downloadgitbook-52ccc2b46dbcec3fac7dd412ca05ccb8c2e26dc5.zip
gitbook-52ccc2b46dbcec3fac7dd412ca05ccb8c2e26dc5.tar.gz
gitbook-52ccc2b46dbcec3fac7dd412ca05ccb8c2e26dc5.tar.bz2
Fix #33: copy files when generating pdf or single page
Diffstat (limited to 'lib')
-rw-r--r--lib/generate/page/index.js8
1 files changed, 0 insertions, 8 deletions
diff --git a/lib/generate/page/index.js b/lib/generate/page/index.js
index ac815e7..5be40c4 100644
--- a/lib/generate/page/index.js
+++ b/lib/generate/page/index.js
@@ -33,14 +33,6 @@ var Generator = function() {
};
util.inherits(Generator, BaseGenerator);
-Generator.prototype.transferFile = function(input) {
- // ignore
-};
-
-Generator.prototype.transferFolder = function(input) {
- // ignore
-};
-
Generator.prototype.convertFile = function(content, input) {
var that = this;
var json = {