Files
zulip/static/js
Aditya Bansal 93a003749e compose.js: Remove dead code from mark_end_to_end_display_time().
This piece was dead because exports.send_times_data[message_id]
cannot be undefined since the only place this function is called
from is exports.report_as_received() and that function has a call
to mark_end_to_end_receive_time() before a call is made to the
function in question for dead code. The function call to
mark_end_to_end_receive_time results in
exports.send_times_data[message_id] = {} if this was not defined
already. So there can be no instance where we end up the code
being removed.
2017-07-11 12:14:09 -04:00
..
2017-06-30 09:48:04 -04:00
2017-03-19 11:05:44 -07:00
2017-04-21 21:59:22 -07:00
2017-05-09 11:06:10 -07:00
2017-03-19 21:03:45 -07:00
2017-05-16 23:34:45 -07:00
2017-04-25 09:57:32 -07:00
2017-04-06 11:28:36 -07:00
2017-04-06 11:28:36 -07:00
2017-04-25 09:57:32 -07:00
2017-03-22 07:29:42 -07:00
2017-03-19 11:05:45 -07:00
2017-03-18 10:35:52 -07:00
2017-07-04 13:54:33 -07:00