zulip/static/shared/js
Steve Howell d0453dc8f4 performance: Use startsWith in many places.
Using startsWith is faster than indexOf, especially for long strings
and short prefixes.  It's also a lot more readable.  The only reason
we weren't using it was when a lot of the code was originally written,
it wasn't available.
2020-01-28 12:47:37 -08:00
..
typeahead.js performance: Use startsWith in many places. 2020-01-28 12:47:37 -08:00
typing_status.js js: Automatically convert var to let and const in most files. 2019-11-03 12:42:39 -08:00
typing_status.js.flow typing_status: Switch sentinel "recipient" value to null. 2019-10-24 14:56:56 -07:00