Skip to content

Commit

Permalink
[0398/empty-sprite:0.1.1] changeStyleのフォントサイズ初期値を取り止め
Browse files Browse the repository at this point in the history
  • Loading branch information
cwtickle committed Apr 3, 2021
1 parent 9170354 commit a7092da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/danoni_main.js
Expand Up @@ -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;

Expand Down

0 comments on commit a7092da

Please sign in to comment.