Update build
This commit is contained in:
parent
2abcaac5fe
commit
6fa4249461
|
@ -245,7 +245,7 @@ var Typertext;
|
|||
var temp;
|
||||
|
||||
for (temp in data) {
|
||||
rs += +encodeURIComponent(temp) + "=" + encodeURIComponent(data[temp]) + "&";
|
||||
rs += encodeURIComponent(temp) + "=" + encodeURIComponent(data[temp]) + "&";
|
||||
}
|
||||
|
||||
return rs.slice(0, -1);
|
||||
|
|
File diff suppressed because one or more lines are too long
Reference in a new issue