Skip to content

Commit

Permalink
Merge pull request #609 from hun0975/patch-6
Browse files Browse the repository at this point in the history
 Remove unused variables
  • Loading branch information
Continuities authored Dec 17, 2017
2 parents bba2af9 + 639e996 commit d46f414
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/base64.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 ) {

Expand Down

0 comments on commit d46f414

Please sign in to comment.