diff options
author | Samy Pessé <samypesse@gmail.com> | 2014-04-01 01:21:42 -0700 |
---|---|---|
committer | Samy Pessé <samypesse@gmail.com> | 2014-04-01 01:21:44 -0700 |
commit | 256d1ba35a74777b6bdd9d937809798a0cfe3c20 (patch) | |
tree | 7be827ab14a85c307afc40d6ff0a176b14116173 /lib/generate/index.js | |
parent | cc340db0faa412edec47a7d37ce591501ab454fb (diff) | |
download | gitbook-256d1ba35a74777b6bdd9d937809798a0cfe3c20.zip gitbook-256d1ba35a74777b6bdd9d937809798a0cfe3c20.tar.gz gitbook-256d1ba35a74777b6bdd9d937809798a0cfe3c20.tar.bz2 |
Add progress calcul
Diffstat (limited to 'lib/generate/index.js')
-rw-r--r-- | lib/generate/index.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/generate/index.js b/lib/generate/index.js index b9edcc4..07b62d0 100644 --- a/lib/generate/index.js +++ b/lib/generate/index.js @@ -7,7 +7,6 @@ var fs = require("./fs"); var parse = require("../parse"); var template = require("./template"); - var generate = function(root, output, options) { var files, summary, navigation, tpl; |