From d91c8955e7c957236491736362d52aa1037cb7af Mon Sep 17 00:00:00 2001 From: xpa Date: Mon, 19 Sep 2022 03:04:55 +0900 Subject: [PATCH] clean up: remove unused comment out --- docs/sample/index.html | 2 +- src/main.ts | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/sample/index.html b/docs/sample/index.html index 7e1f059f..f540bbdb 100755 --- a/docs/sample/index.html +++ b/docs/sample/index.html @@ -404,7 +404,7 @@ useLegacy: useLegacy, keepCA: keepCA, format:"formatted", - drawAllImageOnLoad: drawAllImageOnLoad, + drawAllImageOnLoad: drawAllImageOnLoad }); const background = getById(videos, video).bg; if (background) { diff --git a/src/main.ts b/src/main.ts index dc500b90..81f228d7 100644 --- a/src/main.ts +++ b/src/main.ts @@ -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;