diff options
author | Samy Pessé <samypesse@gmail.com> | 2016-02-14 22:49:55 +0100 |
---|---|---|
committer | Samy Pessé <samypesse@gmail.com> | 2016-02-14 22:49:55 +0100 |
commit | fef822145d43d80dbbefa8712eab88ad7044d6c1 (patch) | |
tree | 611af2ef4292e9e9a918c2840db2a65b7efdd587 /lib/output/json.js | |
parent | cfefa7d57992738373649dab16cbaf4754c3e5c7 (diff) | |
download | gitbook-fef822145d43d80dbbefa8712eab88ad7044d6c1.zip gitbook-fef822145d43d80dbbefa8712eab88ad7044d6c1.tar.gz gitbook-fef822145d43d80dbbefa8712eab88ad7044d6c1.tar.bz2 |
Move conrefs to a separate mixin
Diffstat (limited to 'lib/output/json.js')
-rw-r--r-- | lib/output/json.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/output/json.js b/lib/output/json.js index 8cf2373..4ad5231 100644 --- a/lib/output/json.js +++ b/lib/output/json.js @@ -17,7 +17,7 @@ JSONOutput.prototype.onPage = function(page) { var that = this; // Parse the page - return page.parse(this) + return page.toHTML(this) // Write as json .then(function() { |