Updated to 2.019

This commit is contained in:
Alex Trix 2019-09-07 19:23:33 -04:00 committed by GitHub
parent 800481cfd5
commit 960fa4fb32
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,4 @@
/**
/**
*
* Base64 encode / decode
* http://www.webtoolkit.info/
@ -139,4 +139,4 @@ var Base64 = {
return string;
}
}
}