mirror of https://github.com/zulip/zulip.git
list_render: Remove unused listRenders object.
Signed-off-by: Anders Kaseorg <anders@zulipchat.com>
This commit is contained in:
parent
c4e08a99d7
commit
b15e72e56a
|
@ -48,7 +48,6 @@ exports.create = function ($container, list, opts) {
|
|||
sorting_functions: new Map(),
|
||||
generic_sorting_functions: new Map(),
|
||||
offset: 0,
|
||||
listRenders: {},
|
||||
list: list,
|
||||
filtered_list: list,
|
||||
|
||||
|
|
Loading…
Reference in New Issue