diff --git a/index.js b/index.js index eb121378..557115ba 100644 --- a/index.js +++ b/index.js @@ -178,7 +178,7 @@ function serveIndex(root, options) { // sort file list fileList.sort(fileSort); - // make similar to W3 FileAPI Object + // make similar to file object (with stat) var directory = { name: originalDir, stat: stat