diff options
author | Samy Pessé <samypesse@gmail.com> | 2015-11-25 10:05:05 +0100 |
---|---|---|
committer | Samy Pessé <samypesse@gmail.com> | 2015-11-25 10:05:05 +0100 |
commit | d5d6b3673ebccc2650bd03841011b1c7b11d8fd6 (patch) | |
tree | 2eae2df343ce0b5cc9261591f83d2c632088cf81 /lib/index.js | |
parent | d2a2fe88d1a9e10df031216d90e17a57df513952 (diff) | |
download | gitbook-d5d6b3673ebccc2650bd03841011b1c7b11d8fd6.zip gitbook-d5d6b3673ebccc2650bd03841011b1c7b11d8fd6.tar.gz gitbook-d5d6b3673ebccc2650bd03841011b1c7b11d8fd6.tar.bz2 |
Add bookRoot to gitbook.state
Diffstat (limited to 'lib/index.js')
-rw-r--r-- | lib/index.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/index.js b/lib/index.js index 5a93a54..a23ec3f 100644 --- a/lib/index.js +++ b/lib/index.js @@ -1,4 +1,4 @@ -/*eslint no-console: 0*/ +/* eslint no-console: 0 */ var Q = require('q'); var _ = require('lodash'); |