summaryrefslogtreecommitdiffstats
path: root/lib/page
diff options
context:
space:
mode:
authorSamy Pessé <samypesse@gmail.com>2016-02-18 10:04:23 +0100
committerSamy Pessé <samypesse@gmail.com>2016-02-18 10:04:23 +0100
commitb66242db985fd8d6088b52d4b089f0de2ecb8058 (patch)
treee11467b9ada96d5fdd510b2d3a08ceae8b575329 /lib/page
parent004ac8851622cb4583b5569ae3480344855a7880 (diff)
downloadgitbook-b66242db985fd8d6088b52d4b089f0de2ecb8058.zip
gitbook-b66242db985fd8d6088b52d4b089f0de2ecb8058.tar.gz
gitbook-b66242db985fd8d6088b52d4b089f0de2ecb8058.tar.bz2
Add filter resolveAsset to template for website
Diffstat (limited to 'lib/page')
-rw-r--r--lib/page/index.js1
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),