Make all JS functions and variables camelCase
According to conventions.
This commit is contained in:
@@ -49,7 +49,7 @@ HRectangle {
|
||||
eventList.canLoad = false
|
||||
py.callClientCoro(
|
||||
chatPage.userId, "load_past_events", [chatPage.roomId],
|
||||
more_to_load => { eventList.canLoad = more_to_load }
|
||||
moreToLoad => { eventList.canLoad = moreToLoad }
|
||||
)
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user