Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
maroux committed Mar 2, 2018
1 parent e37e849 commit 3aff321
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion list.js
Expand Up @@ -241,7 +241,7 @@ function prepareTable(info) {
item.href = item.href.replace(/%2F/g, '/');
}
var row = renderRow(item, cols);
if (!EXCLUDE_FILE.contains(item.Key))
if (!EXCLUDE_FILE.includes(item.Key))
content.push(row + '\n');
});

Expand Down

0 comments on commit 3aff321

Please sign in to comment.