mirror of
https://github.com/zulip/zulip.git
synced 2025-11-07 07:23:22 +00:00
We now make it so that $('foo').addClass(whatever) and similar
functions properly return the wrapper object for chaining
purposes. We may eventually want to change the wrapper object
to automatically dispatch to the first child object, but this
should work for now.