From aec3c54b5eb082df375e5db8d424199839c0b8c2 Mon Sep 17 00:00:00 2001 From: ReznoRMichael Date: Mon, 25 Jan 2021 04:22:21 +0100 Subject: [PATCH] comment --- src/js/LoadSaveFile.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/js/LoadSaveFile.js b/src/js/LoadSaveFile.js index 9f8494b..3b794fd 100644 --- a/src/js/LoadSaveFile.js +++ b/src/js/LoadSaveFile.js @@ -183,4 +183,5 @@ function AESDecryption(buffer, cipherObject = ECB_STREAM_CIPHER) { return output.subarray(0, -output[output.length - 1]); } +// Make functions global so they can be used on click and change events (for Webpack) window.LoadSaveFile = LoadSaveFile; \ No newline at end of file