Skip to content

Commit

Permalink
merged
Browse files Browse the repository at this point in the history
  • Loading branch information
AJ ONeal committed Jul 15, 2011
2 parents 1cd3509 + 53ceb20 commit 1b2a82b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/FormData/FormData.js
Expand Up @@ -166,7 +166,7 @@
lalpha = "abcdefghijklmnopqrstuvwxyz",
special = "+/-_:",
radix = {
base16: numbers + ualpha,
base16: numbers + ualpha.substr(0, 6),
base36: numbers + ualpha,
base64: ualpha + lalpha + numbers + special.substr(0,2),
base64url: ualpha + lalpha + numbers + special.substr(2,2),
Expand Down

0 comments on commit 1b2a82b

Please sign in to comment.