From 960fa4fb32d25bd7c1ec732c5ab5eb6cf1865c95 Mon Sep 17 00:00:00 2001 From: Alex Trix Date: Sat, 7 Sep 2019 19:23:33 -0400 Subject: [PATCH] Updated to 2.019 --- base64.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/base64.js b/base64.js index 79f4dbc..7cf1ac0 100644 --- a/base64.js +++ b/base64.js @@ -1,4 +1,4 @@ -/** +/** * * Base64 encode / decode * http://www.webtoolkit.info/ @@ -139,4 +139,4 @@ var Base64 = { return string; } -} \ No newline at end of file +}