diff options
author | Samy Pessé <samypesse@gmail.com> | 2015-01-19 15:52:35 +0100 |
---|---|---|
committer | Samy Pessé <samypesse@gmail.com> | 2015-01-19 15:52:35 +0100 |
commit | 777963c97c41094555b1ea94b351adf380637922 (patch) | |
tree | 9e2b0702d23dcf53661355cf0ae4e9cad926366d /lib/parser.js | |
parent | 2f3d6f8dff7d50fb1e60b90cbb3245dfec2fd4f6 (diff) | |
download | gitbook-777963c97c41094555b1ea94b351adf380637922.zip gitbook-777963c97c41094555b1ea94b351adf380637922.tar.gz gitbook-777963c97c41094555b1ea94b351adf380637922.tar.bz2 |
Change name of Book.init to Book.parse
Diffstat (limited to 'lib/parser.js')
-rw-r--r-- | lib/parser.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/parser.js b/lib/parser.js index b4243e0..da9732a 100644 --- a/lib/parser.js +++ b/lib/parser.js @@ -1,7 +1,7 @@ var _ = require("lodash"); var path = require("path"); -// This list is ordered by priority of parser to use +// This list is ordered by priority of parsers to use var PARSER = [ { extensions: [".md", ".markdown"], |