diff options
author | Johan Preynat <johan.preynat@gmail.com> | 2016-04-13 09:33:26 +0200 |
---|---|---|
committer | Johan Preynat <johan.preynat@gmail.com> | 2016-04-13 09:33:26 +0200 |
commit | 53cfa3703b0ab9756dd773fb5fe7de2b9cbf0085 (patch) | |
tree | 358279e35e390c063fa306fca2018ff865c57f15 /lib/page | |
parent | 7ed9e8d145171b035ddae759e461a2f845af01e7 (diff) | |
download | gitbook-53cfa3703b0ab9756dd773fb5fe7de2b9cbf0085.zip gitbook-53cfa3703b0ab9756dd773fb5fe7de2b9cbf0085.tar.gz gitbook-53cfa3703b0ab9756dd773fb5fe7de2b9cbf0085.tar.bz2 |
Update page context for plugins hooks
Diffstat (limited to 'lib/page')
-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 bcd83e6..f0d7f57 100644 --- a/lib/page/index.js +++ b/lib/page/index.js @@ -7,7 +7,6 @@ var error = require('../utils/error'); var pathUtil = require('../utils/path'); var location = require('../utils/location'); var parsers = require('../parsers'); -var gitbook = require('../gitbook'); var pluginCompatibility = require('../plugins/compatibility'); var HTMLPipeline = require('./html'); |