Remove unused variables

line 114
the 'c1' variables is not used
so i remove
This commit is contained in:
hun0975
2017-12-04 15:46:21 +09:00
committed by GitHub
parent 36f5a82e20
commit 639e9960d8
+1 -1
View File
@@ -111,7 +111,7 @@ var Base64 = {
_utf8_decode : function (utftext) {
var string = "";
var i = 0;
var c = c1 = c2 = 0;
var c = c2 = 0;
while ( i < utftext.length ) {