mirror of
https://github.com/reddit-archive/reddit.git
synced 2026-01-26 15:28:37 -05:00
d7d608e240ce40d6163eb9a1e42a54489bda9f66
Since updating jQuery, the library has new behavior for deep serializing objects and arrays. This old code accidentally passed in an array, which triggered the new serialization code. The old code was taking advantage of the older shallow jQuery parameter serialization, which calls toString(), combined with the fact that singleton Arrays in JS stringify into their first item stringified.
Description
No description provided
Languages
Python
54.4%
JavaScript
26.7%
HTML
11.3%
Less
4.5%
Shell
1%
Other
2%