We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bcd6004 commit 02a2745Copy full SHA for 02a2745
encodings/base64/base64.js
@@ -93,7 +93,7 @@ function base64Decode(text){
93
i=0,
94
result = [];
95
96
- //remove any whitespace and equals signs
+ //remove any equals signs
97
text = text.replace(/=/g, "");
98
99
//loop over each character
0 commit comments