Skip to content

Commit

Permalink
Simplify
Browse files Browse the repository at this point in the history
  • Loading branch information
piroor committed Oct 2, 2024
1 parent 68e91e4 commit a5bcc78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/web/app.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Office.initialize = function (reason) {
Office.initialize = reason => {
console.debug("Office.initialize reasion = ", reason);
};

Expand Down

0 comments on commit a5bcc78

Please sign in to comment.