From a5bcc78926dbba9bb7026da22514c7a427ef9f0f Mon Sep 17 00:00:00 2001 From: "YUKI \"Piro\" Hiroshi" Date: Wed, 2 Oct 2024 16:11:50 +0900 Subject: [PATCH] Simplify --- src/web/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/web/app.js b/src/web/app.js index aad62f9..bd4963b 100644 --- a/src/web/app.js +++ b/src/web/app.js @@ -1,4 +1,4 @@ -Office.initialize = function (reason) { +Office.initialize = reason => { console.debug("Office.initialize reasion = ", reason); };