Skip to content

Commit

Permalink
clean up: remove unused comment out
Browse files Browse the repository at this point in the history
  • Loading branch information
xpadev-net committed Sep 18, 2022
1 parent 2a7e5dc commit d91c895
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion docs/sample/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -404,7 +404,7 @@
useLegacy: useLegacy,
keepCA: keepCA,
format:"formatted",
drawAllImageOnLoad: drawAllImageOnLoad,
drawAllImageOnLoad: drawAllImageOnLoad
});
const background = getById(videos, video).bg;
if (background) {
Expand Down
1 change: 0 additions & 1 deletion src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,6 @@ class NiconiComments {
measure.width *= options.scale;
measure.width_max *= options.scale;
measure.width_min *= options.scale;
//measure.lineHeight *= options.scale;
measure.fontSize *= options.scale;
}
size.height = measure.height;
Expand Down

0 comments on commit d91c895

Please sign in to comment.