From a7092da137781e711c3b947fcc6783059c1dbe50 Mon Sep 17 00:00:00 2001 From: tickle Date: Sat, 3 Apr 2021 10:58:39 +0900 Subject: [PATCH] =?UTF-8?q?[0398/empty-sprite:0.1.1]=20changeStyle?= =?UTF-8?q?=E3=81=AE=E3=83=95=E3=82=A9=E3=83=B3=E3=83=88=E3=82=B5=E3=82=A4?= =?UTF-8?q?=E3=82=BA=E5=88=9D=E6=9C=9F=E5=80=A4=E3=82=92=E5=8F=96=E3=82=8A?= =?UTF-8?q?=E6=AD=A2=E3=82=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- js/danoni_main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/danoni_main.js b/js/danoni_main.js index 905f09ff..559e5b44 100644 --- a/js/danoni_main.js +++ b/js/danoni_main.js @@ -804,7 +804,7 @@ function createCss2Button(_id, _text, _func = _ => true, { x = 0, y = g_sHeight * @param {string} _id * @param {object} _obj (x, y, w, h, siz, align, title, ...rest) */ -function changeStyle(_id, { x, y, w, h, siz = C_SIZ_SETLBL, align, title, ...rest } = {}) { +function changeStyle(_id, { x, y, w, h, siz, align, title, ...rest } = {}) { const div = document.querySelector(`#${_id}`); const style = div.style;