diff options
author | Soreine <nicolas@gitbook.com> | 2016-05-17 12:48:03 +0200 |
---|---|---|
committer | Soreine <nicolas@gitbook.com> | 2016-05-17 12:48:03 +0200 |
commit | 167d3957bf2caa1f46bc1b1ef5084fd468594c8d (patch) | |
tree | 4213d84826f73f25d8d3c12f6d48aad5a6da9c2c /lib/models | |
parent | a9571fd67d3d638d6d9d6c11a7e626c5600a68a2 (diff) | |
download | gitbook-167d3957bf2caa1f46bc1b1ef5084fd468594c8d.zip gitbook-167d3957bf2caa1f46bc1b1ef5084fd468594c8d.tar.gz gitbook-167d3957bf2caa1f46bc1b1ef5084fd468594c8d.tar.bz2 |
Expose lookup method for parsable files
Diffstat (limited to 'lib/models')
-rw-r--r-- | lib/models/fs.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/models/fs.js b/lib/models/fs.js index 20c13ef..16bd4ea 100644 --- a/lib/models/fs.js +++ b/lib/models/fs.js @@ -229,7 +229,7 @@ FS.prototype.listAllFiles = function(dirName, filterFn) { }; /** - Find a file in a folder (case incensitive) + Find a file in a folder (case insensitive) Return the found filename @param {String} dirname |