Update build

This commit is contained in:
Kegan Myers 2014-02-28 17:46:03 -06:00
parent 2abcaac5fe
commit 6fa4249461
2 changed files with 2 additions and 2 deletions

View File

@ -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