mirror of
https://github.com/doublespeakgames/adarkroom.git
synced 2026-05-28 00:01:54 +08:00
Vendored
+1
-1
@@ -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 ) {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user