diff options
author | Samy Pessé <samypesse@gmail.com> | 2015-09-15 13:57:21 +0200 |
---|---|---|
committer | Samy Pessé <samypesse@gmail.com> | 2015-09-15 13:57:21 +0200 |
commit | 5a205346e3d125b1c834220ce98a206d88697811 (patch) | |
tree | 47700546d3b7a3e484975e37b1bb06e7efa88b92 /lib/conrefs_loader.js | |
parent | e1930046599d430a6bb378af62bce78fb9d24ff7 (diff) | |
download | gitbook-5a205346e3d125b1c834220ce98a206d88697811.zip gitbook-5a205346e3d125b1c834220ce98a206d88697811.tar.gz gitbook-5a205346e3d125b1c834220ce98a206d88697811.tar.bz2 |
Jshint all files
Diffstat (limited to 'lib/conrefs_loader.js')
-rw-r--r-- | lib/conrefs_loader.js | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/conrefs_loader.js b/lib/conrefs_loader.js index 72dce8a..a6c2049 100644 --- a/lib/conrefs_loader.js +++ b/lib/conrefs_loader.js @@ -1,4 +1,3 @@ -var Q = require("q"); var path = require("path"); var nunjucks = require("nunjucks"); @@ -29,7 +28,7 @@ var BookLoader = nunjucks.Loader.extend({ return { src: source.toString(), path: filepath - } + }; }); }) .nodeify(callback); |