zulip/static
Scott Feeney 8703134a23 Replace $.each with _.each
In a few cases the $.each was doing something imperatively that was
terser and easier to understand by using a different Underscore method,
so a few of these I rewrote.

Some code was using the fact that jQuery sets `this` in the callback to
be the item; I rewrote those to use an explicit parameter.

Some code was using $(some selector).each(callback). I converted these
to _.each($(some selector), callback).

One function, ui.process_condensing, was written to be a jQuery $.each
callback despite being in a totally different module from code using it.
I noticed this and updated the function's args.

(imported from commit bf5922a35f257c168cc09ec1d077415d6ef19a03)
2013-07-30 12:12:58 -04:00
..
audio Move zephyr/static to just static. 2013-07-29 12:11:26 -04:00
html Move zephyr/static to just static. 2013-07-29 12:11:26 -04:00
images Move zephyr/static to just static. 2013-07-29 12:11:26 -04:00
js Replace $.each with _.each 2013-07-30 12:12:58 -04:00
styles (css) Remove #bots_list width setting. 2013-07-29 13:17:26 -04:00
templates Fix "a[n] invite-only stream" 2013-07-29 14:53:16 -04:00
third Remove smartSpaceBar option from typeahead and search. 2013-07-29 16:42:14 -04:00
.gitignore Move zephyr/static to just static. 2013-07-29 12:11:26 -04:00
favicon.ico Move zephyr/static to just static. 2013-07-29 12:11:26 -04:00
robots.txt Move zephyr/static to just static. 2013-07-29 12:11:26 -04:00