diff options
author | Samy Pessé <samypesse@gmail.com> | 2016-02-17 14:07:15 +0100 |
---|---|---|
committer | Samy Pessé <samypesse@gmail.com> | 2016-02-17 14:07:15 +0100 |
commit | 6ee9a3a64c76109719227a056ae2b29cb447cd76 (patch) | |
tree | 4cc2f8202a83369501a74625ee953b10b286de5b /lib/output/base.js | |
parent | c0196c97a50786cd28c9b72197b39fefb47be333 (diff) | |
download | gitbook-6ee9a3a64c76109719227a056ae2b29cb447cd76.zip gitbook-6ee9a3a64c76109719227a056ae2b29cb447cd76.tar.gz gitbook-6ee9a3a64c76109719227a056ae2b29cb447cd76.tar.bz2 |
Remove old theme
Diffstat (limited to 'lib/output/base.js')
-rw-r--r-- | lib/output/base.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/output/base.js b/lib/output/base.js index 987179a..ad2d90d 100644 --- a/lib/output/base.js +++ b/lib/output/base.js @@ -155,6 +155,7 @@ Output.prototype.onResolveTemplate = function(from, to) { // ---- Utilities ---- +// Return the complete templating context for a page Output.prototype.getPageContext = function(page) { return _.extend( page.getContext(), |