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:
Steve Howell
2020-04-11 12:07:05 +00:00
committed by Tim Abbott
parent 42c2e9c429
commit ced5511cdd
2 changed files with 8 additions and 10 deletions

View File

@@ -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 = {};