diff options
Diffstat (limited to 'lib/page/index.js')
-rw-r--r-- | lib/page/index.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/page/index.js b/lib/page/index.js index 629bcee..c92bdfa 100644 --- a/lib/page/index.js +++ b/lib/page/index.js @@ -151,7 +151,6 @@ Page.prototype.toHTML = function(output) { href = that.relative(href); return output.onRelativeLink(that, href); }, - //_.partial(output.onRelativeLink, that), onImage: _.partial(output.onOutputImage, that), onOutputSVG: _.partial(output.onOutputSVG, that), |