Skip to content

Commit

Permalink
Incorrect comment
Browse files Browse the repository at this point in the history
  • Loading branch information
zachleat committed Aug 30, 2021
1 parent e87f3da commit 379fc7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generate-html.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ function generateObject(metadata, attributes = {}, options = {}) {

let lowsrc;
let lowsrcFormat;
// TODO handle if intersection between format and LOWSRC_FORMAT_PREFERENCE
// TODO handle if empty intersection between format and LOWSRC_FORMAT_PREFERENCE
for(let format of LOWSRC_FORMAT_PREFERENCE) {
if((format in metadata) && metadata[format].length) {
lowsrcFormat = format;
Expand Down

0 comments on commit 379fc7b

Please sign in to comment.