diff options
Diffstat (limited to 'lib/generate/json/index.js')
-rw-r--r-- | lib/generate/json/index.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/generate/json/index.js b/lib/generate/json/index.js index 745933b..6a68f68 100644 --- a/lib/generate/json/index.js +++ b/lib/generate/json/index.js @@ -26,7 +26,6 @@ Generator.prototype.convertFile = function(content, input) { return Q() .then(function() { return parse.page(content, { - repo: that.options.githubId, dir: path.dirname(input) || '/' }); }) |