mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 21:13:36 +00:00
list_render: Rename __set_events().
I rename it to set_up_event_handlers. This commit does not attempt to fix any buggy behavior with how we set up event handlers; it's purely cosmetic.
This commit is contained in:
@@ -28,8 +28,8 @@ function make_containers() {
|
||||
// parent container is the nearest ancestor to our main
|
||||
// container that has a max-height attribute, and then
|
||||
// the parent container will have a scroll event attached to
|
||||
// it. This is a good time to read __set_events in the
|
||||
// real code.
|
||||
// it. This is a good time to read set_up_event_handlers
|
||||
// in the real code.
|
||||
const parent_container = {};
|
||||
const container = {};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user